Commit c52f3c45a133f431bb25b4ad7174bbb04dad4041
1 parent
05688614
Overflow-x scrolls. Prevent bad menu on small screens
Showing
1 changed file
with
5 additions
and
0 deletions
Show diff stats
css/crep.css
@@ -62,6 +62,11 @@ body | @@ -62,6 +62,11 @@ body | ||
62 | src: url(../fonts/robotaur.ttf); | 62 | src: url(../fonts/robotaur.ttf); |
63 | } | 63 | } |
64 | 64 | ||
65 | +#mainContainer | ||
66 | +{ | ||
67 | + overflow-x: scroll; | ||
68 | +} | ||
69 | + | ||
65 | .carousel-inner > .item > img, .carousel-inner > .item > a > img | 70 | .carousel-inner > .item > img, .carousel-inner > .item > a > img |
66 | { | 71 | { |
67 | max-height: 600px; | 72 | max-height: 600px; |