@@ -62,7 +62,7 @@ body.cid-community .community-section:first-child {
62
62
body .cid-community # navigation-items {
63
63
padding : 0.25em ;
64
64
65
- width : 100 vw ;
65
+ width : 100 % ;
66
66
max-width : initial;
67
67
68
68
margin-top : 2.5em ;
@@ -117,7 +117,7 @@ body.cid-community .community-section#introduction > p {
117
117
118
118
body .cid-community # gallery {
119
119
display : flex;
120
- max-width : 100 vw ;
120
+ max-width : 100 % ;
121
121
gap : 0.75rem ;
122
122
justify-content : center;
123
123
margin-left : auto;
@@ -140,7 +140,7 @@ body.cid-community #gallery img.community-gallery-mobile {
140
140
141
141
142
142
body .cid-community .community-section # events {
143
- width : 100 vw ;
143
+ width : 100 % ;
144
144
max-width : initial;
145
145
margin-bottom : 0 ;
146
146
@@ -154,7 +154,7 @@ body.cid-community .community-section#events {
154
154
}
155
155
156
156
body .cid-community .community-section # values {
157
- width : 100 vw ;
157
+ width : 100 % ;
158
158
max-width : initial;
159
159
background-image : url ('/images/community/event-bg.jpg' );
160
160
color : # fff ;
@@ -167,7 +167,7 @@ body.cid-community .community-section#values {
167
167
}
168
168
169
169
body .cid-community .community-section # meetups {
170
- width : 100 vw ;
170
+ width : 100 % ;
171
171
max-width : initial;
172
172
margin-top : 0 ;
173
173
@@ -176,8 +176,6 @@ body.cid-community .community-section#meetups {
176
176
background-repeat : no-repeat, repeat;
177
177
background-size : auto 100% , cover;
178
178
color : # fff ;
179
-
180
- width : 100vw ;
181
179
/* fallback in case calc() fails */
182
180
padding : 5vw ;
183
181
padding-bottom : 1em ;
@@ -231,7 +229,7 @@ body.cid-community .fullbutton {
231
229
}
232
230
233
231
body .cid-community # videos {
234
- width : 100 vw ;
232
+ width : 100 % ;
235
233
max-width : initial;
236
234
padding : 0.5em 5vw 5% 5vw ; /* fallback in case calc() fails */
237
235
background-color : # eeeeee ;
@@ -325,7 +323,7 @@ body.cid-community .resourcebox {
325
323
326
324
327
325
body .cid-community .community-section .community-frame {
328
- width : 100 vw ;
326
+ width : 100 % ;
329
327
}
330
328
331
329
body .cid-community .community-section .community-frame .twittercol1 {
@@ -431,4 +429,11 @@ body.cid-community #cncf-code-of-conduct h2:after {
431
429
body .cid-community .community-section # meetups p : last-of-type {
432
430
margin-bottom : 6em ; /* extra space for background */
433
431
}
432
+ }
433
+
434
+ @media only screen and (max-width : 767px ) {
435
+ body .cid-community .community-section h2 : before ,
436
+ body .cid-community .community-section h2 : after {
437
+ display : none;
438
+ }
434
439
}
0 commit comments