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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user