Better styling for "recent posts" list on mobile

This commit is contained in:
arne 2022-12-02 08:39:51 +01:00
commit 38ab02b574

View file

@ -288,6 +288,20 @@ footer {
}
}
@media screen and (max-width: 768px) {
aside {
time { display: block }
a {
// use same padding as `a` uses globally
padding-left: .2em;
padding-right: .2em;
}
}
}
article { display: none; }
}