Skip to content

Commit ab05535

Browse files
committed
shrink huge header
1 parent f49578b commit ab05535

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

assets/css/custom.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ body, html {
4747
}
4848

4949
body {
50-
padding-top: navbar_heightpx;
50+
padding-top: $navbar_height;
5151
}
5252

5353
.navbar {
@@ -145,7 +145,7 @@ hr.mini-divider {
145145

146146
> .container {
147147
margin-top: $navbar_height; // to undo the shifting of the background from above
148-
height: 500px;
148+
height: 400px;
149149
}
150150
}
151151

0 commit comments

Comments
 (0)