diff options
| author | 2026-02-14 12:57:52 +0300 | |
|---|---|---|
| committer | 2026-02-14 13:04:22 +0300 | |
| commit | 501283be1fc62d71fe66f3dffab0765f8cfc3088 (patch) | |
| tree | aecc5d8c00058ae79540226f500109ab3087702a | |
| parent | Первый коммит (diff) | |
| download | base-501283be1fc62d71fe66f3dffab0765f8cfc3088.tar.gz base-501283be1fc62d71fe66f3dffab0765f8cfc3088.tar.bz2 base-501283be1fc62d71fe66f3dffab0765f8cfc3088.tar.xz base-501283be1fc62d71fe66f3dffab0765f8cfc3088.zip | |
line over heading
| -rw-r--r-- | assets/css/main.css | 7 |
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 +} |
