@@ -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 ;
@@ -229,7 +227,7 @@ body.cid-community .fullbutton {
229
227
}
230
228
231
229
body .cid-community # videos {
232
- width : 100 vw ;
230
+ width : 100 % ;
233
231
max-width : initial;
234
232
padding : 0.5em 5vw 5% 5vw ; /* fallback in case calc() fails */
235
233
background-color : # eeeeee ;
@@ -321,7 +319,7 @@ body.cid-community .resourcebox {
321
319
322
320
323
321
body .cid-community .community-section .community-frame {
324
- width : 100 vw ;
322
+ width : 100 % ;
325
323
}
326
324
327
325
body .cid-community .community-section .community-frame .twittercol1 {
@@ -422,4 +420,11 @@ body.cid-community #cncf-code-of-conduct h2:after {
422
420
body .cid-community .community-section # meetups p : last-of-type {
423
421
margin-bottom : 6em ; /* extra space for background */
424
422
}
423
+ }
424
+
425
+ @media only screen and (max-width : 767px ) {
426
+ body .cid-community .community-section h2 : before ,
427
+ body .cid-community .community-section h2 : after {
428
+ display : none;
429
+ }
425
430
}
0 commit comments