Update sections headers
This commit is contained in:
parent
b7d12f43a2
commit
eed973a8c1
3 changed files with 9 additions and 9 deletions
|
|
@ -5,4 +5,4 @@ theme: prologue
|
||||||
|
|
||||||
params:
|
params:
|
||||||
copyright: Tous droits réservés - 2021
|
copyright: Tous droits réservés - 2021
|
||||||
|
mainH1: Cabinet Ostéopathie Froidmont
|
||||||
|
|
|
||||||
|
|
@ -66,7 +66,7 @@
|
||||||
<div class="container">
|
<div class="container">
|
||||||
|
|
||||||
<header>
|
<header>
|
||||||
<h2>{{ .Title }}</h2>
|
<h1>{{ .Site.Params.mainH1 }}</h1>
|
||||||
</header>
|
</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>
|
<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">
|
<div class="container">
|
||||||
|
|
||||||
<header>
|
<header>
|
||||||
<h2>Ostéopathie</h2>
|
<h1>Ostéopathie</h1>
|
||||||
</header>
|
</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>
|
<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">
|
<div class="container">
|
||||||
|
|
||||||
<header>
|
<header>
|
||||||
<h2>Contact</h2>
|
<h1>Contact</h1>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
|
|
|
||||||
|
|
@ -164,16 +164,16 @@ input, select, textarea {
|
||||||
color: #333;
|
color: #333;
|
||||||
}
|
}
|
||||||
|
|
||||||
h2 {
|
h1 {
|
||||||
font-size: 2em;
|
font-size: 2em;
|
||||||
letter-spacing: -1px;
|
letter-spacing: -1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
h2.alt {
|
h1.alt {
|
||||||
color: #888;
|
color: #888;
|
||||||
}
|
}
|
||||||
|
|
||||||
h2.alt strong {
|
h1.alt strong {
|
||||||
color: #666;
|
color: #666;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -2257,7 +2257,7 @@ input, select, textarea {
|
||||||
color: rgba(255, 255, 255, 0.75);
|
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;
|
color: inherit;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -2620,7 +2620,7 @@ input, select, textarea {
|
||||||
font-size: 14pt;
|
font-size: 14pt;
|
||||||
}
|
}
|
||||||
|
|
||||||
h2 {
|
h1 {
|
||||||
font-size: 1.5em;
|
font-size: 1.5em;
|
||||||
letter-spacing: 0;
|
letter-spacing: 0;
|
||||||
font-weight: 300;
|
font-weight: 300;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue