Sophisticated Business: Reduce font size on cover image for small screens
This commit is contained in:
parent
ecaf3e0451
commit
c7a0798dea
2 changed files with 2 additions and 2 deletions
|
@ -574,7 +574,7 @@
|
|||
.wp-block-cover-text,
|
||||
h2 {
|
||||
font-family: $font__heading;
|
||||
font-size: $font__size-xl;
|
||||
font-size: $font__size-lg;
|
||||
font-weight: 700;
|
||||
line-height: 1.25;
|
||||
padding: 0;
|
||||
|
|
|
@ -3929,7 +3929,7 @@ body.page .main-navigation {
|
|||
.entry .entry-content .wp-block-cover .wp-block-cover-text,
|
||||
.entry .entry-content .wp-block-cover h2 {
|
||||
font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
|
||||
font-size: 2.25em;
|
||||
font-size: 1.6875em;
|
||||
font-weight: 700;
|
||||
line-height: 1.25;
|
||||
padding: 0;
|
||||
|
|
Loading…
Reference in a new issue