Skip to content

Commit 3b3afb2

Browse files
author
jordanmccullough
committed
Deprecate all 100% heights from HTML elements
1 parent 6c9be1a commit 3b3afb2

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

_stylesheets/curriculum-beta.css

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,16 +47,14 @@ ul.site-footer-links {
4747
@media screen and (max-width: 568px) {
4848
ul.site-footer-links {
4949
display: none; } }
50-
html, body {
51-
height: 100%;
50+
body {
5251
background: #f4f4f4;
5352
font-size: 16px; }
5453

5554
.nav-list > li > a {
5655
font-size: 8pt; }
5756

5857
.curriculum {
59-
height: 100%;
6058
width: 100%;
6159
position: relative;
6260
/* General external link */
@@ -96,7 +94,6 @@ html, body {
9694
display: block;
9795
margin: 0 auto; }
9896
.curriculum .slide {
99-
min-height: 100%;
10097
width: 100%;
10198
background: #ffffff;
10299
display: table;

0 commit comments

Comments
 (0)