1
0
Fork 0
mirror of https://github.com/GuerillaStudio/compteur-de-greve.git synced 2024-10-09 05:19:02 +00:00

fix margins on legal pages

This commit is contained in:
Tixie 2023-03-02 10:48:08 +01:00
parent 22a778d683
commit d50388d291
3 changed files with 3 additions and 1 deletions

View file

@ -4,6 +4,7 @@
.content {
padding: 5rem;
padding: clamp(2rem, 3.5vw, 5rem);
background-color: $color-bg-1;
}

View file

@ -126,6 +126,7 @@ $spacers: (
),
"sm": (
(ma, margin, (0, 1)),
(mb, margin, (4)),
(ml, margin-left, (0)),
(pa, padding, (0, 1)),
)

View file

@ -4,7 +4,7 @@ title: Mentions légales
---
<div class="container content">
<h1 class="title-1 text-center mb7">Mentions légales</h1>
<h1 class="title-1 text-center mb7 sm:mb4">Mentions légales</h1>
<p>Compteur de Grève est un projet portée par trois militantes, Caroline, Tixie et Salomé.</p>
<h2 class="title-2" id="conception-et-h-bergement">Conception et hébergement</h2>
<p>Le site a été conçu par <a href="https://guerilla.studio/">Guérilla.Studio</a>.</p>