Optimized the home page layout.
for tablet and above
This commit is contained in:
parent
d8a5ed194b
commit
f6d9ea10e2
1 changed files with 5 additions and 0 deletions
|
@ -112,6 +112,11 @@
|
|||
|
||||
/* Sidebar is visible */
|
||||
@media all and (min-width: 831px) {
|
||||
|
||||
#post-list {
|
||||
margin-top: 1.5rem;
|
||||
}
|
||||
|
||||
.pagination {
|
||||
font-size: .85rem;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue