Better styling for "recent posts" list on mobile
This commit is contained in:
parent
cd15ffc548
commit
38ab02b574
1 changed files with 14 additions and 0 deletions
|
|
@ -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; }
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue