Skip to content
This repository was archived by the owner on Oct 29, 2018. It is now read-only.

Commit 2740edb

Browse files
author
Jan Henckens
committed
Tagline styling
1 parent 32400d9 commit 2740edb

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

header.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<div class="site-branding">
2727
<?php do_action( 'jetpack_site_logo' ); ?>
2828
<h1 class="site-title"><a href="<?php echo esc_url( home_url( '/' ) ); ?>" rel="home"><?php bloginfo( 'name' ); ?></a></h1>
29-
<!-- <h2 class="site-description"><?php bloginfo( 'description' ); ?></h2> -->
29+
<h2 class="site-description"><?php bloginfo( 'description' ); ?></h2>
3030
</div><!-- .site-branding -->
3131

3232
<nav id="site-navigation" class="main-navigation" role="navigation">

sass/typography/_headings.scss

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ h1.site-title {
1111
}
1212
}
1313
h2 {@include font-size(2.5);}
14+
h2.site-description {@include font-size(1.61);}
1415
h3 {@include font-size(2.2);}
1516
h4 {@include font-size(2);}
1617

style.css

+4
Original file line numberDiff line numberDiff line change
@@ -548,6 +548,10 @@ h2 {
548548
font-size: 25px;
549549
font-size: 2.5rem; }
550550

551+
h2.site-description {
552+
font-size: 16.1px;
553+
font-size: 1.61rem; }
554+
551555
h3 {
552556
font-size: 22px;
553557
font-size: 2.2rem; }

0 commit comments

Comments
 (0)