feat: ajoute un encart

main
Antoine 2022-11-15 14:34:10 +01:00
Parent 2428a11cb3
révision 0dddc1801d
1 fichiers modifiés avec 9 ajouts et 0 suppressions

Voir le fichier

@ -14,6 +14,7 @@
--ttc-yellow: #7d7b17;
--ttc-blue: #1c9b8c;
--ttc-red: rgb(255, 0, 0);
--ttc-light: #eeeeee;
--ttc-dark: rgb(13, 36, 35);
--ttc-white: rgb(255, 255, 255);
--ttc-font-sans-serif: Cantarell, Ubuntu, sans-serif;
@ -187,3 +188,11 @@ a.to-the-top {
flex-grow: 1;
min-width: 15em;
}
.ttc-mediabox {
background-color: var(--ttc-white);
padding: 2rem;
border: 1px solid var(--ttc-light);
}
.ttc-mediabox > p {
margin: 0;
}