fix(css): use relative length (em)

This commit is contained in:
curben 2019-08-30 18:51:33 +01:00
parent 73d7028e36
commit 1a7f5a9693
No known key found for this signature in database
GPG Key ID: 5D9DB57A25D34EE3
1 changed files with 1 additions and 2 deletions

View File

@ -333,8 +333,7 @@ blockquote {
.home hr {
width: 80%;
max-width: 300px;
margin: 20px auto;
margin: 1em auto;
}
.home li {