We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b39e95 commit cdd0321Copy full SHA for cdd0321
src/pages/Index/Events/style.scss
@@ -12,7 +12,6 @@ $titlePanelWidth: 200px;
12
.MainContainer {
13
width: $contentWidth;
14
max-width: $contentMaxWidth;
15
- overflow: hidden;
16
margin: auto;
17
.TitleRow {
18
position: relative;
@@ -140,4 +139,11 @@ $titlePanelWidth: 200px;
140
139
}
141
142
+}
143
+@media(max-width:992px){
144
+ .index-events{
145
+ .MainContainer{
146
+ overflow: hidden;
147
+ }
148
149
src/pages/Index/Info/style.scss
@@ -51,6 +51,9 @@
51
.ImagePanel{
52
display: none;
53
54
+ .col-md-7{
55
+ width: 66.66666667%;
56
57
58
59
0 commit comments