Skip to content

Commit 2a7583b

Browse files
authored
Commit #5
- Format Sponsor Message
1 parent 1f93268 commit 2a7583b

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

css/styles.css

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ body {
2121

2222
.section-breaker {
2323
height: 10vh;
24-
background: url("../img/section_breaker.webp");
2524
background-size: cover;
2625
}
2726

@@ -572,15 +571,24 @@ body {
572571
.section-heading-2 h4 {
573572
font-size: 26px;
574573
}
574+
575+
.sponsor-message h5{
576+
font-size:17px;
577+
}
575578
}
576579

577580
@media only screen and (min-width: 576px) and (max-width: 767px) {
578581
.section-heading-2 h4 {
579582
font-size: 30px;
580583
}
584+
585+
.sponsor-message h5{
586+
font-size:12px;
587+
}
581588
}
582589

583590
#faq {
591+
padding-top:40px;
584592
background-image: linear-gradient(180deg, #007fb1 0%, #02867b 100%);
585593
}
586594

0 commit comments

Comments
 (0)