Skip to content
This repository was archived by the owner on Jun 3, 2024. It is now read-only.

Commit d901702

Browse files
committed
smaller welcome text on small screens
1 parent f685cbe commit d901702

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

css/welcome.css

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -480,16 +480,29 @@ footer a:hover {
480480
padding-right: 0;
481481
margin-left: 0;
482482
}
483+
#main-content {
484+
margin-top: 20px;
485+
}
483486
#main-content h1 {
484487
font-size: 24px;
488+
line-height: 1.5;
485489
}
486490
#main-content h2 {
487491
font-size: 16px;
492+
line-height: 1.5;
493+
}
488494
}
489495
}
490496

491497
/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
492498
@media only screen and (min-width: 480px) and (max-width: 767px) {}
493499

494500
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
495-
@media only screen and (max-width: 479px) {}
501+
@media only screen and (max-width: 479px) {
502+
#main-content h1 {
503+
font-size: 20px;
504+
}
505+
#main-content h2 {
506+
font-size: 12px;
507+
}
508+
}

0 commit comments

Comments
 (0)