summaryrefslogtreecommitdiff
path: root/assets/theme
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2023-03-15 14:54:37 +0100
committerPatrick Spek <p.spek@tyil.nl>2023-03-15 14:54:37 +0100
commit4f93698b16a5f22a29f086296425c63907f7bfec (patch)
tree50e545873e4abf6bb0b59cfba6d7cfa237b6b964 /assets/theme
parent8c1aa52a84cfc2f1cfe19462b5048a7355c5728d (diff)
Overhaul services page
Diffstat (limited to 'assets/theme')
-rw-r--r--assets/theme/main.scss20
1 files changed, 19 insertions, 1 deletions
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;