We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6ef254 commit c138ce1Copy full SHA for c138ce1
1 file changed
assets/css/home.scss
@@ -103,6 +103,13 @@
103
}
104
105
106
+/* Hide SideBar and TOC */
107
+@media all and (max-width: 830px) {
108
+ .pagination {
109
+ justify-content: center;
110
+ }
111
+}
112
+
113
/* Sidebar is visible */
114
@media all and (min-width: 831px) {
115
.pagination {
@@ -120,8 +127,4 @@
120
127
#post-list {
121
128
padding-right: 0;
122
129
123
-
124
- .pagination {
125
- justify-content: center;
126
- }
130
0 commit comments