mirror of https://gitlab.com/curben/blog
fix(css): use relative length (em)
This commit is contained in:
parent
73d7028e36
commit
1a7f5a9693
|
@ -333,8 +333,7 @@ blockquote {
|
||||||
|
|
||||||
.home hr {
|
.home hr {
|
||||||
width: 80%;
|
width: 80%;
|
||||||
max-width: 300px;
|
margin: 1em auto;
|
||||||
margin: 20px auto;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.home li {
|
.home li {
|
||||||
|
|
Loading…
Reference in New Issue