(Make footer stick to the bottom with grid) |
(Add grid properties to .footer) |
||
Line 11: | Line 11: | ||
margin-top: 60px; | margin-top: 60px; | ||
float: left; | float: left; | ||
+ | grid-row-start: 2; | ||
+ | grid-row-end: 3; | ||
} | } | ||
− | + | #mw-content-text { | |
min-height: 100vh; | min-height: 100vh; | ||
display: grid; | display: grid; |
Revision as of 12:29, 10 August 2018