This repository was archived by the owner on Oct 29, 2018. It is now read-only.
Commit 2740edb Jan Henckens
committed
1 parent 32400d9 commit 2740edb Copy full SHA for 2740edb
File tree 3 files changed +6
-1
lines changed
3 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 26
26
<div class="site-branding">
27
27
<?php do_action ( 'jetpack_site_logo ' ); ?>
28
28
<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>
30
30
</div><!-- .site-branding -->
31
31
32
32
<nav id="site-navigation" class="main-navigation" role="navigation">
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ h1.site-title {
11
11
}
12
12
}
13
13
h2 {@include font-size (2.5 );}
14
+ h2 .site-description {@include font-size (1.61 );}
14
15
h3 {@include font-size (2.2 );}
15
16
h4 {@include font-size (2 );}
16
17
Original file line number Diff line number Diff line change @@ -548,6 +548,10 @@ h2 {
548
548
font-size : 25px ;
549
549
font-size : 2.5rem ; }
550
550
551
+ h2 .site-description {
552
+ font-size : 16.1px ;
553
+ font-size : 1.61rem ; }
554
+
551
555
h3 {
552
556
font-size : 22px ;
553
557
font-size : 2.2rem ; }
You can’t perform that action at this time.
0 commit comments