Skip to content

Commit 65c0399

Browse files
committed
Cater for cinemascope formats
1 parent fb6f5e6 commit 65c0399

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/_sass/tachyons/_styles.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ html {
8181
}
8282

8383
.top {
84-
padding-top: 256px;
84+
padding-top: min(25vh, 256px);
8585
}
8686

8787
/*

0 commit comments

Comments
 (0)