From 4f93698b16a5f22a29f086296425c63907f7bfec Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Wed, 15 Mar 2023 14:54:37 +0100 Subject: Overhaul services page --- assets/theme/main.scss | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) (limited to 'assets/theme') diff --git a/assets/theme/main.scss b/assets/theme/main.scss index 8b62b23..4466d41 100644 --- a/assets/theme/main.scss +++ b/assets/theme/main.scss @@ -1,7 +1,6 @@ // Variables $mainWidth: 900px; - // Colors @import url("/css/highlight-emacs.css") screen and (prefers-color-scheme: light); @import url("/css/highlight-monokai.css") screen and (prefers-color-scheme: dark); @@ -140,6 +139,25 @@ section.project { } } +section.service { + border-top: 1px solid var(--bodyForegroundColor); + padding: 0.5rem; + + h2 { + margin: 0.5rem 0rem; + + small { + margin-left: 1.5rem; + font-weight: normal; + font-size: small; + } + } + + p { + margin-top: 0; + } +} + @media(min-width: $mainWidth) { section.admonition { display: grid; -- cgit v1.1