Skip to content

Commit 4a94c1a

Browse files
committed
remove min-height from body
closes #15
1 parent 9dc236a commit 4a94c1a

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

flexbox-reset.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,6 @@ body {
174174
font-variant: normal;
175175
font-weight: normal;
176176
line-height: 1;
177-
min-height: 100vh;
178177
}
179178
blockquote,
180179
q {

flexbox-reset.less

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ body {
6565
font-variant: normal;
6666
font-weight : normal;
6767
line-height : 1;
68-
min-height : 100vh;
6968
}
7069

7170
// remove styling from quotes

0 commit comments

Comments
 (0)