From 5ad2d2e72c8fc02474369fac1d3a39f9b3589368 Mon Sep 17 00:00:00 2001 From: Alejandro Sirgo Rica Date: Thu, 27 Jun 2024 10:14:23 +0200 Subject: ogcp: improve page heading style Make headings take less space and have a dashed line under them. --- ogcp/static/css/soleta.css | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ogcp/static/css') 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; +} -- cgit v1.2.3-18-g5258