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 */
|
/* Sidebar is visible */
|
||||||
@media all and (min-width: 831px) {
|
@media all and (min-width: 831px) {
|
||||||
|
|
||||||
|
#post-list {
|
||||||
|
margin-top: 1.5rem;
|
||||||
|
}
|
||||||
|
|
||||||
.pagination {
|
.pagination {
|
||||||
font-size: .85rem;
|
font-size: .85rem;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue