mirror of
https://github.com/GuerillaStudio/compteur-de-greve.git
synced 2024-12-18 05:41:56 +00:00
fix margins on legal pages
This commit is contained in:
parent
22a778d683
commit
d50388d291
3 changed files with 3 additions and 1 deletions
|
@ -4,6 +4,7 @@
|
|||
|
||||
.content {
|
||||
padding: 5rem;
|
||||
padding: clamp(2rem, 3.5vw, 5rem);
|
||||
background-color: $color-bg-1;
|
||||
}
|
||||
|
||||
|
|
|
@ -126,6 +126,7 @@ $spacers: (
|
|||
),
|
||||
"sm": (
|
||||
(ma, margin, (0, 1)),
|
||||
(mb, margin, (4)),
|
||||
(ml, margin-left, (0)),
|
||||
(pa, padding, (0, 1)),
|
||||
)
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue