diff options
author | Alejandro Sirgo Rica <asirgo@soleta.eu> | 2024-06-27 10:14:23 +0200 |
---|---|---|
committer | Alejandro Sirgo Rica <asirgo@soleta.eu> | 2024-06-27 10:14:23 +0200 |
commit | 5ad2d2e72c8fc02474369fac1d3a39f9b3589368 (patch) | |
tree | aa106a9e9d4dc62381066c41b6dc1d5b0009f2ba /ogcp/static | |
parent | 977b457d5ce7661e8b4680d5543ad4d31063dcf1 (diff) |
ogcp: improve page heading style
Make headings take less space and have a dashed line under them.
Diffstat (limited to 'ogcp/static')
-rw-r--r-- | ogcp/static/css/soleta.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ogcp/static/css/soleta.css b/ogcp/static/css/soleta.css index 730f54f..87e9e98 100644 --- a/ogcp/static/css/soleta.css +++ b/ogcp/static/css/soleta.css @@ -80,3 +80,10 @@ a.nav-link:not(.collapsed):not(.disabled)[data-toggle="collapse"]::before { transform: rotate(90deg); font-size: 0.7em; } + +.subhead-heading { + margin-top: 1.5rem; + margin-bottom: 1.5rem; + padding-bottom: 0.5rem; + border-bottom: 1px solid lightgray; +} |