fix(css): page height should be max

This commit is contained in:
curben 2019-09-03 18:16:29 +01:00
parent 43fa5cd8c4
commit 82470cb0e3
No known key found for this signature in database
GPG Key ID: 5D9DB57A25D34EE3
1 changed files with 5 additions and 5 deletions

View File

@ -14,6 +14,11 @@ body {
line-height: 1.5;
}
html,
body {
height: 100%;
}
/*
* Restrict sizing to the page width in all browsers (opinionated).
* sanitize/page
@ -321,11 +326,6 @@ blockquote {
margin: 0 auto;
}
.home h1,
.home strong {
color: #222;
}
.home hr {
width: 80%;
margin: 1em auto;