Update sections headers
This commit is contained in:
parent
b7d12f43a2
commit
eed973a8c1
3 changed files with 9 additions and 9 deletions
|
|
@ -66,7 +66,7 @@
|
|||
<div class="container">
|
||||
|
||||
<header>
|
||||
<h2>{{ .Title }}</h2>
|
||||
<h1>{{ .Site.Params.mainH1 }}</h1>
|
||||
</header>
|
||||
|
||||
<p>Diplômée d'un master en ostéopathie délivré par l'Université Libre de Bruxelles (master complémentaire en 6 années)</p>
|
||||
|
|
@ -117,7 +117,7 @@
|
|||
<div class="container">
|
||||
|
||||
<header>
|
||||
<h2>Ostéopathie</h2>
|
||||
<h1>Ostéopathie</h1>
|
||||
</header>
|
||||
|
||||
<p>L’ostéopathie est une approche diagnostique et thérapeutique manuelle des dysfonctions de mobilité articulaire et tissulaire en général, dans le cadre de leur participation à l’apparition et au maintien des maladies.</p>
|
||||
|
|
@ -131,7 +131,7 @@
|
|||
<div class="container">
|
||||
|
||||
<header>
|
||||
<h2>Contact</h2>
|
||||
<h1>Contact</h1>
|
||||
</header>
|
||||
|
||||
<ul>
|
||||
|
|
|
|||
|
|
@ -164,16 +164,16 @@ input, select, textarea {
|
|||
color: #333;
|
||||
}
|
||||
|
||||
h2 {
|
||||
h1 {
|
||||
font-size: 2em;
|
||||
letter-spacing: -1px;
|
||||
}
|
||||
|
||||
h2.alt {
|
||||
h1.alt {
|
||||
color: #888;
|
||||
}
|
||||
|
||||
h2.alt strong {
|
||||
h1.alt strong {
|
||||
color: #666;
|
||||
}
|
||||
|
||||
|
|
@ -2257,7 +2257,7 @@ input, select, textarea {
|
|||
color: rgba(255, 255, 255, 0.75);
|
||||
}
|
||||
|
||||
#main > section.dark h2, #main > section.dark h3, #main > section.dark h4, #main > section.dark h5, #main > section.dark h6 {
|
||||
#main > section.dark h1, #main > section.dark h3, #main > section.dark h4, #main > section.dark h5, #main > section.dark h6 {
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
|
|
@ -2620,7 +2620,7 @@ input, select, textarea {
|
|||
font-size: 14pt;
|
||||
}
|
||||
|
||||
h2 {
|
||||
h1 {
|
||||
font-size: 1.5em;
|
||||
letter-spacing: 0;
|
||||
font-weight: 300;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue