mirror of
https://github.com/GuerillaStudio/compteur-de-greve.git
synced 2024-12-18 05:41:56 +00:00
small breakpoint larger
This commit is contained in:
parent
8fde5d45bf
commit
ee62184e41
3 changed files with 4 additions and 2 deletions
|
@ -27,7 +27,7 @@ $container-small: 55rem;
|
|||
// -------------------------------------------------------------
|
||||
|
||||
$breakpoints: (
|
||||
sm: 480px,
|
||||
sm: 550px,
|
||||
md: 769px,
|
||||
lg: 1000px,
|
||||
);
|
||||
|
|
|
@ -102,6 +102,8 @@ $helpers: (
|
|||
(flex-col, flex-direction, column),
|
||||
(text-center, text-align, center),
|
||||
(w100, width, 100%),
|
||||
(maxw100, max-width, 100%),
|
||||
|
||||
),
|
||||
);
|
||||
|
||||
|
|
|
@ -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> ?</h2>
|
||||
<div class="flex flex-col">
|
||||
{# <div class="notif notif--error mb2" x-bind="error" x-cloak>Message d'erreur à faire</div> #}
|
||||
|
|
Loading…
Reference in a new issue