amélioration dropdown collectif et debug (?) la nav au resize

This commit is contained in:
Valentin
2024-06-13 17:47:36 +02:00
parent 3b86f61152
commit c6186a58f4
5 changed files with 25 additions and 5 deletions
@@ -34,8 +34,10 @@
// typography - general sizes
$currentSize: 1.2em;
$smallSize: 0.95em;
$tinySize: 0.75em;
$currentLineHeight: 1.25em;
$smallFontLineHeight: 1.45em;
$titleLineHeight: 1.1em;
// typography - sizes mobile
$titleFontSizeMobile: 1.8em;
@@ -51,6 +51,7 @@
}
h4 + p + p {
margin-bottom: 0 !important;
line-height: $smallFontLineHeight;
padding-bottom: 0rem;
font-size: $tinySize;
max-height: 0px;
@@ -203,6 +204,8 @@
}
a {
width: 100%;
display: flex;
justify-content: center;
figcaption {
color: $mainColor;
background-color: transparent;