Skip to content

Commit c245a7a

Browse files
Changed padding for post title to 25vh (to prevent ovelapping with the navigation on mobiles).
1 parent 4589d46 commit c245a7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_sass/post.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
}
1010

1111
.post__title {
12-
padding-top: 10%;
12+
padding-top: 25vh;
1313
text-align: center;
1414
font-size: 3em;
1515
font-family: 'Encode Sans Expanded', sans-serif;

0 commit comments

Comments
 (0)