Fix title and menu styling

Menus were not properly aligned after the shift in line-height, and titles would get really small.
This commit is contained in:
Michael Fabian 'Xaymar' Dirks
2023-04-03 23:08:26 +02:00
parent cae05092e7
commit 3c6822bb50
4 changed files with 7 additions and 4 deletions
+1
View File
@@ -18,6 +18,7 @@ article > .title {
font-weight: bold;
white-space: normal;
letter-spacing: 0.05ch;
line-height: 1.25em;
background: $theme-article-title-background;
color: $theme-article-title-color;
}