Просмотр исходного кода

Headline Größen angepasst für SEO

Moritz Schmidt 9 лет назад
Родитель
Сommit
8ae54cadb0
2 измененных файлов с 5 добавлено и 5 удалено
  1. 4 4
      index.php
  2. 1 1
      style.css

+ 4 - 4
index.php

@@ -33,7 +33,7 @@
                 <div class="container">
                   <div class="row">
                     <div class="col-md-12">
-                      <h1><?php the_title(); ?></h1>
+                      <h2><?php the_title(); ?></h2>
                     </div>
                   </div>
                 </div>
@@ -75,7 +75,7 @@
                 <div class="container">
                   <div class="row">
                     <div class="col-md-12">
-                      <h1><?php the_title(); ?></h1>
+                      <h2><?php the_title(); ?></h2>
                     </div>
                   </div>
                 </div>
@@ -115,7 +115,7 @@
                   <div class="container">
                     <div class="row">
                       <div class="col-md-12">
-                        <h1><?php the_title(); ?></h1>
+                        <h2><?php the_title(); ?></h2>
                       </div>
                     </div>
                   </div>
@@ -148,7 +148,7 @@
                 <div class="container">
                   <div class="row">
                     <div class="col-md-12">
-                      <h1><?php the_title(); ?></h1>
+                      <h2><?php the_title(); ?></h2>
                     </div>
                   </div>
                 </div>

+ 1 - 1
style.css

@@ -93,7 +93,7 @@ Text Domain: ams2016
   font-family: 'Special Elite', cursive;
 }
 
-.beam h1 {
+.beam h1, .beam h2 {
   font-size: 3rem;
   text-align: left;
 }