File tree Expand file tree Collapse file tree 2 files changed +12
-7
lines changed Expand file tree Collapse file tree 2 files changed +12
-7
lines changed Original file line number Diff line number Diff line change 118
118
color : #6983ff ;
119
119
width : 100% ;
120
120
padding : 10px ;
121
- padding : 0 20px ;
122
121
123
122
@include respond-min (768px ) {
124
123
padding : 0 20px ;
@@ -1185,23 +1184,29 @@ aside {
1185
1184
}
1186
1185
1187
1186
.participant-list {
1188
- [class ^= " participant-" ] {
1187
+ > [class ^= " participant-" ] {
1189
1188
background : white ;
1190
- padding : 2rem ;
1189
+ padding : 2rem 2 rem 4 rem ;
1191
1190
margin-bottom : 2rem ;
1192
1191
display : flex ;
1192
+ border-bottom : 2px solid #E2E8F0 ;
1193
+
1194
+ & :last-child {
1195
+ border-bottom : none ;
1196
+ }
1193
1197
1194
1198
@media (max-width : 768px ) {
1195
1199
flex-direction : column ;
1200
+ margin-bottom : 0 ;
1196
1201
}
1197
1202
1198
1203
.participant-brand {
1199
1204
width : 30% ;
1200
1205
max-width : 220px ;
1201
- padding : 1 rem ;
1206
+ padding : 2 rem ;
1202
1207
1203
- @media (max-width : 480 px ) {
1204
- width : 60 % ;
1208
+ @media (max-width : 768 px ) {
1209
+ width : 100 % ;
1205
1210
max-width : none ;
1206
1211
}
1207
1212
Original file line number Diff line number Diff line change 1
- {% extends "right-styled .html" %}
1
+ {% extends "fullwidth .html" %}
2
2
3
3
{% block subhead_content%}
4
4
{{ page.content | safe }}
You can’t perform that action at this time.
0 commit comments