feat(archive): style improvement

This commit is contained in:
Jimmy Cai 2020-09-05 00:51:01 +02:00
parent 99eb6cdfd0
commit 799f0ac479
No known key found for this signature in database
GPG key ID: 3EA408E527F37B18

View file

@ -26,6 +26,15 @@
height: 150px; height: 150px;
margin-right: 20px; margin-right: 20px;
flex-shrink: 0; flex-shrink: 0;
.article-title {
margin: 0;
font-size: 2rem;
}
.article-details {
padding: 20px;
}
} }
} }
} }