From a2c5ebb291877b8dea3c107df3101f76b66360a1 Mon Sep 17 00:00:00 2001 From: cgfhtw Date: Wed, 7 Feb 2024 09:13:21 +0100 Subject: [PATCH] Fhc.css: fhc-header --- public/css/Fhc.css | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/public/css/Fhc.css b/public/css/Fhc.css index 7a209b661..c6618b923 100644 --- a/public/css/Fhc.css +++ b/public/css/Fhc.css @@ -1,3 +1,27 @@ +.fhc-header { + display: flex; + flex-direction: row; + flex-wrap: wrap; + justify-content: space-between; + align-items: baseline; + margin-bottom: 3rem; +} +.fhc-header > h1:first-child { + font-size: calc(1.325rem + .9vw); +} +.fhc-header > :first-child > small { + color: var(--bs-secondary); + font-size: .65em; + padding-inline-start: 1em; +} +.fhc-header:after { + background-color: var(--bs-gray-300); + content: ""; + display: block; + height: 1px; + width: 100%; +} + .fhc-alert.p-toast-center { width: 35rem; max-width: 100vw;