amélioration dropdown collectif et debug (?) la nav au resize
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user