Skip to content

Commit 0311f89

Browse files
Changed number of chapters columns for small mobiles to 1.
1 parent f4d3dc3 commit 0311f89

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

_sass/style.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,13 @@ a {
438438
}
439439

440440
.chapters__card-columns {
441+
column-count: 1;
442+
}
443+
444+
@media (min-width: 576px){
445+
.chapters__card-columns {
441446
column-count: 2;
447+
}
442448
}
443449

444450
.chapters__card-main {

0 commit comments

Comments
 (0)