diving on partie

This commit is contained in:
2026-01-26 10:23:04 +01:00
parent bf3c7a562b
commit dec9de2644
11 changed files with 363 additions and 40 deletions

View File

@@ -14,6 +14,7 @@ body{
font-size: 3em;
font-weight: 400;
color: $bleu_typo;
line-height: 1;
}
@mixin titre_h3{
@@ -21,3 +22,8 @@ body{
font-size: 2em;
}
@mixin titre_h4{
@include titre_h2();
font-size: 1.323em;
}

View File

@@ -1,5 +1,4 @@
@mixin menu-contenus{
padding: 1em;
ul,li{
padding: 0;
margin:0;
@@ -19,4 +18,14 @@
font-size: 1.13em;
}
}
}
@mixin card{
position: relative;
background-color: #fff;
padding:2em;
box-shadow: 0 0 10px rgba(0,0,0,0.25);
max-width: 50em;
margin: 5em auto 0;
}