We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f93268 commit 2a7583bCopy full SHA for 2a7583b
1 file changed
css/styles.css
@@ -21,7 +21,6 @@ body {
21
22
.section-breaker {
23
height: 10vh;
24
- background: url("../img/section_breaker.webp");
25
background-size: cover;
26
}
27
@@ -572,15 +571,24 @@ body {
572
571
.section-heading-2 h4 {
573
font-size: 26px;
574
+
575
+ .sponsor-message h5{
576
+ font-size:17px;
577
+ }
578
579
580
@media only screen and (min-width: 576px) and (max-width: 767px) {
581
582
font-size: 30px;
583
584
585
586
+ font-size:12px;
587
588
589
590
#faq {
591
+ padding-top:40px;
592
background-image: linear-gradient(180deg, #007fb1 0%, #02867b 100%);
593
594
0 commit comments