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

small breakpoint larger

This commit is contained in:
Tixie 2023-03-02 11:46:23 +01:00
parent 8fde5d45bf
commit ee62184e41
3 changed files with 4 additions and 2 deletions

View file

@ -27,7 +27,7 @@ $container-small: 55rem;
// -------------------------------------------------------------
$breakpoints: (
sm: 480px,
sm: 550px,
md: 769px,
lg: 1000px,
);

View file

@ -102,6 +102,8 @@ $helpers: (
(flex-col, flex-direction, column),
(text-center, text-align, center),
(w100, width, 100%),
(maxw100, max-width, 100%),
),
);

View file

@ -20,7 +20,7 @@ permalink:
</p>
</article>
</div>
<article class="w100 maxw380px text-center">
<article class="w100 maxw380px sm:maxw100 text-center">
<h2 class="title-1 mt0">Et <span class="highlighter-underline">vous</span>&nbsp;?</h2>
<div class="flex flex-col">
{# <div class="notif notif--error mb2" x-bind="error" x-cloak>Message d'erreur à faire</div> #}