File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22# Site settings
33# -----------------------------------------------------------------------------
44
5- title : Arnav Rastogi# the website title (if blank, full name will be used instead)
5+ title : Arnav Rastogi # the website title (if blank, full name will be used instead)
66first_name : Arnav
77middle_name :
88last_name : Rastogi
@@ -353,6 +353,7 @@ imagemagick:
353353 - 480
354354 - 800
355355 - 1400
356+
356357 input_directories :
357358 - assets/img/
358359 input_formats :
Original file line number Diff line number Diff line change @@ -33,11 +33,19 @@ body.sticky-bottom-footer {
3333
3434// Profile
3535.profile {
36+ margin-top : -100px ;
3637 img {
3738 width : 100% ;
3839 }
3940}
4041
42+ // Move profile image up on mobile devices only
43+ @media (max-width : 576px ) {
44+ .profile {
45+ margin-top : -0px ;
46+ }
47+ }
48+
4149// TODO: redefine content layout.
4250
4351/* *****************************************************************************
You can’t perform that action at this time.
0 commit comments