Update site styles

This commit is contained in:
Gabriel Arazas 2023-05-03 13:35:45 +08:00
parent 19e45501b5
commit be9ac8fc9f
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC

View File

@ -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;