Improve responsiveness

This commit is contained in:
Ana Gelez
2020-08-11 20:13:27 +02:00
parent 191d6da486
commit 0bec13edc0
3 changed files with 33 additions and 1 deletions
+5 -1
View File
@@ -490,6 +490,10 @@ figure {
/// Small screens
@media screen and (max-width: 600px) {
body > main > *, .h-feed > * {
margin: 1em;
}
main .article-meta {
> *, .comments {
margin: 0 5%;
@@ -535,7 +539,7 @@ figure {
margin: 0;
& > * {
max-width: 100%;
max-width: 100% !important;
}
}