Skip to content

Commit

Permalink
Makes magazine template font-size adjustable
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmerfield committed Sep 3, 2021
1 parent 13eebba commit c791823
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/templates/latest/magazine/css-theme.css
Expand Up @@ -20,6 +20,7 @@
html {
margin: 0;
padding: 0;
font-size: {{body_font.font_size}}px;
width: 100%;
height: 100%;
}
Expand Down Expand Up @@ -247,6 +248,7 @@ h1 em {font-style:normal}
hyphens: auto;
}


/*Compress title size */
.lh-title.f2, .lh-title.f1 {line-height:1}

Expand Down

0 comments on commit c791823

Please sign in to comment.