There was an error while loading. Please reload this page.
1 parent a696f72 commit 3a91c9fCopy full SHA for 3a91c9f
1 file changed
src/pages/leaderboard.module.css
@@ -86,7 +86,7 @@ body {
86
box-shadow: var(--box-shadow);
87
height: 180px;
88
box-sizing: border-box;
89
- margin-bottom: 20px
+ margin-bottom: 20px;
90
}
91
92
.contributorCard:hover {
@@ -169,3 +169,23 @@ body {
169
width: 80%;
170
background-color: var(--background-color);
171
172
+
173
+@media (max-width: 768px) {
174
+ .flexRow {
175
+ flex-direction: column;
176
+ }
177
178
+ .leftBox,
179
+ .rightBox {
180
+ width: 100%;
181
182
183
+ .topThreeLeft .topThreeRow {
184
185
+ gap: 20px;
186
187
188
+ .paginationButtons {
189
+ justify-content: center;
190
191
+}
0 commit comments