diff --git a/scss/clear-typography.scss b/scss/clear-typography.scss index 0f6a34f..9372587 100644 --- a/scss/clear-typography.scss +++ b/scss/clear-typography.scss @@ -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; } \ No newline at end of file