Skip to content

Commit c6d3c1e

Browse files
committed
Adjusted font size breakpoints
1 parent 74fb85e commit c6d3c1e

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

style.css

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -252,14 +252,21 @@ body {
252252
}
253253
}
254254

255+
@media (min-width: 1200px) {
256+
.didYouKnowBody {
257+
font-size: 18pt !important;
258+
}
259+
}
260+
255261
.didYouKnowBody {
256262
padding-left: 15px;
257263
padding-right: 15px;
258264
padding-bottom: 30px;
259265
padding-top: 5px;
260-
text-indent: 1em;
266+
text-indent: 0;
261267
flex: 1;
262268
font-size: 15pt;
269+
margin-top: 5px;
263270
}
264271

265272
.featuredVideo {
@@ -362,7 +369,7 @@ body {
362369
font-size: 14pt !important;
363370
}
364371
.didYouKnowBody {
365-
font-size: 13pt !important;
372+
font-size: 17pt !important;
366373
}
367374
}
368375

0 commit comments

Comments
 (0)