From 08f4ce3e8f2e0254f17e1698ac5da8ae94e36bf9 Mon Sep 17 00:00:00 2001 From: ayoayco Date: Sat, 15 Jun 2024 00:35:38 +0200 Subject: [PATCH] style: adjust font size of side-message --- assets/main.scss | 20 ++++++++------------ 1 file changed, 8 insertions(+), 12 deletions(-) diff --git a/assets/main.scss b/assets/main.scss index 3e3ed71..a6f1bc2 100644 --- a/assets/main.scss +++ b/assets/main.scss @@ -128,18 +128,12 @@ caption { .site-nav .page-link { color: #ffffff !important; text-transform: uppercase; - font-size: var(--font-size-sm); + font-size: var(--font-size-base); font-weight: bold; } .categories { width: 100%; - /* - height: 700px; - background: url('../assets/background/people_devices.jpg'); - background-repeat: no-repeat; - background-size: 100%; - */ text-align: center; } @@ -160,7 +154,11 @@ caption { border-radius: 5px; border: 3px dotted rgba(141, 191, 66, 1); padding: 1em; - font-size: var(--font-size-sm); + font-size: var(--font-size-base); + + h2 { + font-size: var(--font-size-lg); + } } #donate-form { @@ -378,7 +376,6 @@ iframe.mastodon-embed { max-width: 350px; } - // #rss-sign-up a, #rss-sign-up em { color: #90c049; } @@ -508,7 +505,7 @@ iframe.mastodon-embed { margin: 10px 0; font-family: "Source Serif Pro", serif; font-weight: 900; - font-size: 32px; + font-size: var(--font-size-lg); line-height: 1.04; text-decoration: underline !important; color: var(--color-brand-complement); @@ -544,7 +541,6 @@ iframe.mastodon-embed { } @media only screen and (min-width: 0px) and (max-width: 600px) { - article .post-content p, article .post-content ul li, article .post-content ol li, @@ -701,4 +697,4 @@ iframe.mastodon-embed { border-color: var(--bg-dark) } -} \ No newline at end of file +}