feat: ajoute un petit .flex simple
This commit is contained in:
parent
eeb6b298c4
commit
f8f918279c
1 changed files with 11 additions and 6 deletions
|
@ -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;
|
||||
}
|
Loading…
Reference in a new issue