Skip to content

Commit f44675c

Browse files
committed
update font size of cta banner for small screens
1 parent 0717815 commit f44675c

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

wp-includes/css/page.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -670,6 +670,10 @@ a {
670670
display: block;
671671
}
672672

673+
.cta-banner a {
674+
font-size: 1.2em;
675+
}
676+
673677
/* For individual pure grid units requiring paddings */
674678
.pure-pad {
675679
padding: 1.2em 0em;
@@ -764,6 +768,7 @@ a {
764768
}
765769

766770
@media screen and (min-width: 48em) {
771+
/* Hide divider for cta for larger screens */
767772
.cta-banner hr {
768773
display: none;
769774
}

0 commit comments

Comments
 (0)