From a20e2ace25c363658d59346358339011fe8ef934 Mon Sep 17 00:00:00 2001 From: Alexander Neonxp Kiryukhin Date: Tue, 8 Oct 2024 18:48:55 +0300 Subject: Фикс стилей MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/css/style.css | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'static/css') diff --git a/static/css/style.css b/static/css/style.css index db74cac..3380fa9 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -22,4 +22,15 @@ article footer { } .htmx-request.htmx-indicator{ opacity:1; +} + +.header { + display: flex; + flex-direction: row; + justify-content: space-between; + margin-bottom: var(--pico-block-spacing-vertical); +} + +.top-menu { + text-align: end; } \ No newline at end of file -- cgit v1.2.3