summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author2026-02-14 12:57:52 +0300
committer2026-02-14 13:04:22 +0300
commit501283be1fc62d71fe66f3dffab0765f8cfc3088 (patch)
treeaecc5d8c00058ae79540226f500109ab3087702a
parentПервый коммит (diff)
downloadbase-501283be1fc62d71fe66f3dffab0765f8cfc3088.tar.gz
base-501283be1fc62d71fe66f3dffab0765f8cfc3088.tar.bz2
base-501283be1fc62d71fe66f3dffab0765f8cfc3088.tar.xz
base-501283be1fc62d71fe66f3dffab0765f8cfc3088.zip
line over heading
-rw-r--r--assets/css/main.css7
1 files changed, 6 insertions, 1 deletions
diff --git a/assets/css/main.css b/assets/css/main.css
index 9d07479..99c1d4e 100644
--- a/assets/css/main.css
+++ b/assets/css/main.css
@@ -9,6 +9,11 @@
}
}
+h1 {
+ border-bottom: 0.1px solid var(--border);
+ line-height: 2.5rem;
+}
+
nav {
margin-top: 1rem;
}
@@ -143,4 +148,4 @@ a.btn-primary {
a.btn-primary:hover {
background-color: color-mix(in srgb, var(--link-color) 10%, transparent);
-} \ No newline at end of file
+}