@@ -108,30 +108,37 @@ footer>div>dl>dd>ul li img {
108
108
filter : invert (100% ) hue-rotate (180deg );
109
109
}
110
110
111
- .title {
112
- font-size : 2.5rem ;
113
- }
114
- .subtitle {
115
- font-size : 1.5rem ;
116
- text-align : center;
111
+ h1 {
112
+ font-size : 4rem ;
113
+ line-height : 3rem ;
117
114
}
118
- h1 . subpage {
119
- font-size : 4 rem ;
120
- font-weight : 700 ;
121
- line-height : 3 rem ;
115
+ # homepage h1 {
116
+ font-size : 2.5 rem ;
117
+ font-weight : 400 ;
118
+ line-height : 2 rem ;
122
119
}
123
- h2 . homepage {
120
+ # homepage h3 {
124
121
font-size : 1.5rem ;
125
122
line-height : 2rem ;
126
123
font-weight : 700 ;
127
124
}
128
- h2 .subpage {
125
+ # about section {
126
+ font-size : 1.5rem ;
127
+ line-height : 2.5rem ;
128
+ }
129
+ # for-developers h2 {
129
130
font-size : 2rem ;
130
131
font-weight : 700 ;
131
132
line-height : 3rem ;
132
133
}
133
- .button-purple {
134
- background-color : var (--purple );;
134
+ # homepage h1 + p {
135
+ font-size : 1.5rem ;
136
+ font-weight : 400 ;
137
+ text-align : center;
138
+ line-height : 2rem ;
139
+ }
140
+ # features li a : last-child {
141
+ background-color : var (--purple );
135
142
padding : 12px 24px ;
136
143
font-weight : 700 ;
137
144
color : var (--white );
@@ -140,21 +147,25 @@ h2.subpage {
140
147
width : max-content;
141
148
height : max-content;
142
149
}
143
- p . descriptor {
150
+ h2 + div > p : first-child {
144
151
font-size : 1.25rem ;
145
152
line-height : 2rem ;
146
153
}
147
- .intro-light {
154
+ # about main > article > h1 ~ p : not (div ~ p ): last-of-type {
155
+ margin-block-start : 0 ;
156
+ }
157
+ main > article > h1 ~ p : not (div ~ p ) {
148
158
font-size : 1.5rem ;
149
159
line-height : 2.5rem ;
160
+ font-weight : 400 ;
150
161
}
151
- . developer-tutorials {
162
+ # developer-tutorials li {
152
163
list-style : none;
153
164
}
154
- . developer-tutorials a {
165
+ # developer-tutorials li a {
155
166
color : var (--dark );
156
167
}
157
- . solid-servers a {
168
+ # solid-server-implementations li a {
158
169
color : var (--purple );
159
170
font-size : 1.25rem ;
160
171
line-height : 2.5rem ;
@@ -205,7 +216,8 @@ p.descriptor {
205
216
206
217
# about main > article > div > section ,
207
218
# hosted-pod-services ,
208
- # solid-organizations {
219
+ # solid-organizations ,
220
+ # solid-server-implementations {
209
221
color : # 000 ;
210
222
background-color : # fff ;
211
223
padding : 2rem ;
@@ -357,15 +369,15 @@ p.descriptor {
357
369
main > article > h1 ,
358
370
main > article > p {
359
371
color : # fff ;
360
- font-weight : 400 ;
372
+ font-weight : 700 ;
361
373
padding : 0 6rem ;
362
374
}
363
375
364
376
# homepage main > article > div > section > div > ul ,
365
377
# developer-tutorials {
366
378
border-radius : 30px ;
367
379
}
368
-
380
+
369
381
# solutions-using-solid-technology h2 {
370
382
padding : 0 6rem ;
371
383
}
@@ -450,12 +462,14 @@ p.descriptor {
450
462
451
463
# about main > article > div > section ,
452
464
# hosted-pod-services ,
453
- # solid-organizations {
465
+ # solid-organizations ,
466
+ # solid-server-implementations {
454
467
padding : 2rem 6rem ;
455
468
}
456
469
457
470
# hosted-pod-services {
458
471
display : block;
472
+ padding-bottom : 0 ;
459
473
}
460
474
461
475
# about main > article img {
@@ -517,7 +531,8 @@ p.descriptor {
517
531
line-height : 2.5rem ;
518
532
}
519
533
520
- # hosted-pod-services {
534
+ # solid-server-implementations {
535
+ margin-top : -2em ;
521
536
margin-bottom : 4rem ;
522
537
}
523
538
@@ -528,6 +543,7 @@ p.descriptor {
528
543
grid-gap : 2rem ;
529
544
margin-inline-start : 0 ;
530
545
padding-inline-start : 0 ;
546
+ margin-block-end : 0 ;
531
547
width : 100% ;
532
548
word-break : break-word
533
549
}
0 commit comments