feat: ajoute un petit .flex simple

This commit is contained in:
Kazhnuz 2024-09-23 09:47:15 +02:00
parent eeb6b298c4
commit f8f918279c

View file

@ -121,6 +121,14 @@ hr {
border-bottom: 1px solid var(--border-color);
}
mark {
border-radius: 0.2em;
padding:0 $lineheight/4 0 $lineheight/4;
background-color: var(--accent-color-back);
color: inherit;
}
/* ------------------ TITLES ------------------- */
@mixin title($size, $weight) {
@ -188,10 +196,7 @@ code {
/* ------------------ SPECIAL STYLING ------------------- */
mark {
border-radius: 0.2em;
padding:0 $lineheight/4 0 $lineheight/4;
background-color: var(--accent-color-back);
color: inherit;
.flex {
display: flex;
justify-content: space-between;
}