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;
|
--body-family: "Source Serif Pro", "IBM Plex Serif", "Noto Serif", serif;
|
||||||
--header-family: "Source Sans Pro", "IBM Plex Sans", "Noto Sans", sans-serif;
|
--header-family: "Source Sans Pro", "IBM Plex Sans", "Noto Sans", sans-serif;
|
||||||
--mono-family: "Source Code Pro", "IBM Plex Mono", "Noto Mono", monospace;
|
--mono-family: "Source Code Pro", "IBM Plex Mono", "Noto Mono", monospace;
|
||||||
|
|
||||||
|
overflow-wrap: break-word;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Base styles.
|
// Base styles.
|
||||||
@ -91,11 +93,12 @@ article.post {
|
|||||||
|
|
||||||
// Custom layouts
|
// Custom layouts
|
||||||
#logo {
|
#logo {
|
||||||
|
--size: $tooltip-size;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
height: $tooltip-size;
|
height: var(--size);
|
||||||
width: $tooltip-size;
|
width: var(--size);
|
||||||
|
|
||||||
svg {
|
svg {
|
||||||
--size: 4em;
|
--size: 4em;
|
||||||
|
Loading…
Reference in New Issue
Block a user