line-height: 0; }
h1 {
- font-size: 2.1875rem; }
+ font-size: 1.875rem; }
h2 {
font-size: 1.6875rem; }
line-height: 1.4; }
h1 {
- font-size: 2.5rem; }
+ font-size: 2.1875rem; }
h2 {
font-size: 1.875rem; }
<div class="row collapse">
<?php get_template_part('parts/slide-show');?>
<div id="catelog-content" class="small-12 columns">
- <h2><?php echo get_the_title(); ?></h2>
+ <h1><?php echo get_the_title(); ?></h1>
<?php if(have_posts()) : while(have_posts()): the_post();?>
<?php the_content();?>
<?php endwhile; else:?>
</div>
<div class="row">
<div id="page-title">
- <h2><?php echo get_the_title(); ?></h2>
+ <h1><?php echo get_the_title(); ?></h1>
</div>
<div id="map-content" class="small-12 columns">
<?php if(have_posts()) : while(have_posts()): the_post();?>
<div class="row collapse">
<?php get_template_part('parts/slide-show');?>
<div id="page-title">
- <h2><?php echo get_the_title(); ?></h2>
+ <h1><?php echo get_the_title(); ?></h1>
</div>
<div id="main-content" class="small-12 columns">
<?php if(have_posts()) : while(have_posts()): the_post();?>
</div>
<div class="row">
<div id="table-content" class="small-12 columns">
- <h2><?php echo get_the_title(); ?></h2>
+ <h1><?php echo get_the_title(); ?></h1>
<?php if(have_posts()) : while(have_posts()): the_post();?>
<?php the_content();?>
<?php endwhile; else:?>
</div>
<div class="row">
<div id="page-title">
- <h2><?php echo get_the_title(); ?></h2>
+ <h1><?php echo get_the_title(); ?></h1>
</div>
<div id="main-content" class="small-12 columns">
<?php if(have_posts()) : while(have_posts()): the_post();?>
$header-text-rendering: optimizeLegibility;
// We use these to control header font sizes
-$h1-font-size: rem-calc(40);
+$h1-font-size: rem-calc(35);
$h2-font-size: rem-calc(30);
$h3-font-size: rem-calc(22);
$h4-font-size: rem-calc(18);