We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74fb85e commit c6d3c1eCopy full SHA for c6d3c1e
style.css
@@ -252,14 +252,21 @@ body {
252
}
253
254
255
+@media (min-width: 1200px) {
256
+ .didYouKnowBody {
257
+ font-size: 18pt !important;
258
+ }
259
+}
260
+
261
.didYouKnowBody {
262
padding-left: 15px;
263
padding-right: 15px;
264
padding-bottom: 30px;
265
padding-top: 5px;
- text-indent: 1em;
266
+ text-indent: 0;
267
flex: 1;
268
font-size: 15pt;
269
+ margin-top: 5px;
270
271
272
.featuredVideo {
@@ -362,7 +369,7 @@ body {
362
369
font-size: 14pt !important;
363
370
364
371
365
- font-size: 13pt !important;
372
+ font-size: 17pt !important;
366
373
367
374
368
375
0 commit comments