File tree Expand file tree Collapse file tree 2 files changed +27
-5
lines changed Expand file tree Collapse file tree 2 files changed +27
-5
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ <h3>How They Use Rails</h3>
22
22
23
23
{% if page.member_status %}
24
24
< section class ="member-status common-padding--bottom-small ">
25
- < p > {{ page.member_status | markdownify }}</ p >
25
+ {{ page.member_status | markdownify }}
26
26
</ section >
27
27
{% endif %}
28
28
Original file line number Diff line number Diff line change 20
20
}
21
21
22
22
header .company-header {
23
+ margin-bottom : 0 ;
24
+ padding-bottom : 0 ;
25
+
23
26
p {
24
27
font-size : 24px ;
25
28
font-weight : 200 ;
37
40
}
38
41
39
42
h3 {
40
- margin-bottom : 0.5 em ;
43
+ margin-bottom : 0 ;
41
44
}
42
45
43
46
aside {
58
61
flex-basis : 49% ;
59
62
font-size : 20px ;
60
63
line-height : 1.75em ;
61
- margin : 0.25em 0 ;
64
+ margin : 1 em 0 0.25em 0 ;
62
65
padding : 0.4em 0.4em 0.4em 55px ;
63
66
white-space : nowrap ;
64
67
overflow : hidden ;
77
80
78
81
p {
79
82
font-size : 18px ;
83
+ margin-bottom : 0 ;
84
+ padding-bottom : 0 ;
80
85
text-align : center ;
81
86
82
87
b {
92
97
grid-template-columns : 70px 1fr ;
93
98
grid-column-gap : 10px ;
94
99
font-size : 18px ;
100
+ padding-bottom : 0 ;
95
101
96
102
dt {
97
- font-weight : normal
103
+ font-weight : normal ;
104
+ font-size : 18px ;
98
105
}
99
106
100
107
dd {
108
+ color : #000 ;
101
109
font-weight : bold ;
102
110
103
111
span {
110
118
111
119
p {
112
120
font-size : 18px ;
121
+ margin-bottom : 0 ;
122
+ padding-bottom : 0 ;
113
123
}
114
124
}
115
125
}
116
126
}
117
127
118
128
blockquote {
129
+ border : none ;
119
130
120
131
p {
121
132
font-style : italic ;
122
- font-size : 18px ;
123
133
text-align : center ;
134
+ text-wrap : balance ;
124
135
125
136
& ::before {
126
137
content : " “" ;
153
164
font-size : 24px ;
154
165
line-height : 1.1em ;
155
166
text-align : center ;
167
+ text-wrap : balance ;
156
168
}
157
169
}
158
170
173
185
display : flex ;
174
186
flex-direction : column ;
175
187
justify-content : space-between ;
188
+ list-style-type : none ;
189
+ padding : 0 ;
190
+ margin : 0 ;
176
191
177
192
li {
178
193
background-color : #F8F9FA ;
210
225
}
211
226
212
227
.community-involvement {
228
+ ul {
229
+ list-style-type : none ;
230
+ padding : 0 ;
231
+ margin : 0 ;
232
+ }
213
233
}
214
234
215
235
@media (min-width : 1024px ) {
248
268
}
249
269
250
270
.contributions {
271
+ padding : 1em ;
272
+ margin-bottom : 60px ;
251
273
h2 {
252
274
// font-size: 36px;
253
275
}
You can’t perform that action at this time.
0 commit comments