Skip to content

Commit 075bd16

Browse files
committed
Fixed sizing issue on sponsor scroller
Signed-off-by: Jimmy McArthur <jimmy@tipit.net>
1 parent c11ba0e commit 075bd16

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

summit/css/static-summit-about-page.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -673,6 +673,10 @@ button.btn i, a.btn i {
673673
margin-left: 1em;
674674
}
675675

676+
h3.recap-title {
677+
font-size:3em;
678+
}
679+
676680
.academy-wrapper .recap-title {
677681
margin: 2em 0 1em;
678682
}
@@ -727,7 +731,7 @@ button.btn i, a.btn i {
727731
margin-top: 0;
728732
color: #ed1944;
729733
font-weight: bold;
730-
font-size: 52px;
734+
font-size: 40px;
731735
}
732736

733737
.sponsor .title {

0 commit comments

Comments
 (0)