Skip to content

Commit db6b3b7

Browse files
committed
_config.yml
_sass/_layout.scss
1 parent e3221a3 commit db6b3b7

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

_config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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)
66
first_name: Arnav
77
middle_name:
88
last_name: Rastogi
@@ -353,6 +353,7 @@ imagemagick:
353353
- 480
354354
- 800
355355
- 1400
356+
356357
input_directories:
357358
- assets/img/
358359
input_formats:

_sass/_layout.scss

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff 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
/******************************************************************************

0 commit comments

Comments
 (0)