mirror of https://gitlab.com/curben/blog
fix(css): page height should be max
This commit is contained in:
parent
43fa5cd8c4
commit
82470cb0e3
|
@ -14,6 +14,11 @@ body {
|
||||||
line-height: 1.5;
|
line-height: 1.5;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
html,
|
||||||
|
body {
|
||||||
|
height: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Restrict sizing to the page width in all browsers (opinionated).
|
* Restrict sizing to the page width in all browsers (opinionated).
|
||||||
* sanitize/page
|
* sanitize/page
|
||||||
|
@ -321,11 +326,6 @@ blockquote {
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.home h1,
|
|
||||||
.home strong {
|
|
||||||
color: #222;
|
|
||||||
}
|
|
||||||
|
|
||||||
.home hr {
|
.home hr {
|
||||||
width: 80%;
|
width: 80%;
|
||||||
margin: 1em auto;
|
margin: 1em auto;
|
||||||
|
|
Loading…
Reference in New Issue