We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8c0df5b + 1ba42c7 commit c7a0f3dCopy full SHA for c7a0f3d
1 file changed
cbv/static/style.css
@@ -179,3 +179,8 @@ footer p {
179
width: 200px;
180
}
181
182
+@media (min-width: 768px) and (max-width: 1200px) {
183
+ .klass-list {
184
+ overflow-x: auto;
185
+ }
186
+}
0 commit comments