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 {
|
||||
width: 80%;
|
||||
max-width: 300px;
|
||||
margin: 20px auto;
|
||||
margin: 1em auto;
|
||||
}
|
||||
|
||||
.home li {
|
||||
|
|
Loading…
Reference in New Issue