mirror of
https://github.com/foo-dogsquared/website.git
synced 2025-02-07 09:19:00 +00:00
Update site styles
This commit is contained in:
parent
19e45501b5
commit
be9ac8fc9f
@ -8,6 +8,8 @@ $line-height: 1.45;
|
||||
--body-family: "Source Serif Pro", "IBM Plex Serif", "Noto Serif", serif;
|
||||
--header-family: "Source Sans Pro", "IBM Plex Sans", "Noto Sans", sans-serif;
|
||||
--mono-family: "Source Code Pro", "IBM Plex Mono", "Noto Mono", monospace;
|
||||
|
||||
overflow-wrap: break-word;
|
||||
}
|
||||
|
||||
// Base styles.
|
||||
@ -91,11 +93,12 @@ article.post {
|
||||
|
||||
// Custom layouts
|
||||
#logo {
|
||||
--size: $tooltip-size;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
height: $tooltip-size;
|
||||
width: $tooltip-size;
|
||||
height: var(--size);
|
||||
width: var(--size);
|
||||
|
||||
svg {
|
||||
--size: 4em;
|
||||
|
Loading…
Reference in New Issue
Block a user