diff options
| author | Ahmed Abdelhalim <[email protected]> | 2024-03-05 05:15:35 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2024-03-05 05:15:35 +0200 |
| commit | c1fcf759d48b374f54b1c7ae5381170316c26121 (patch) | |
| tree | 9c7fefd4c98aecdd559a48c245ee65c6cde4559c /assets/scss/web/_blog.scss | |
| parent | d3857e05085521c7b211d0f43a377e991c9c0dd2 (diff) | |
Minor fixes to styles and links
Diffstat (limited to 'assets/scss/web/_blog.scss')
| -rw-r--r-- | assets/scss/web/_blog.scss | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/assets/scss/web/_blog.scss b/assets/scss/web/_blog.scss index 695a363..9770c46 100644 --- a/assets/scss/web/_blog.scss +++ b/assets/scss/web/_blog.scss @@ -21,6 +21,9 @@ h1, h2, h3, h4, h5, h6 { margin-bottom: 0px; } + h1 { + font-size: 2rem; + } blockquote { margin-left: 0; margin-right: 30px; @@ -28,4 +31,8 @@ border-left-width: 4px; border-left-style: solid; } + pre { + font-size: 1rem; + line-height: 1; + } } |
