Skip to content

Commit c7a0f3d

Browse files
authored
Merge pull request #289 from rixx/mobile-styles
Fix class-list overflow on homepage
2 parents 8c0df5b + 1ba42c7 commit c7a0f3d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

cbv/static/style.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,3 +179,8 @@ footer p {
179179
width: 200px;
180180
}
181181
}
182+
@media (min-width: 768px) and (max-width: 1200px) {
183+
.klass-list {
184+
overflow-x: auto;
185+
}
186+
}

0 commit comments

Comments
 (0)