aboutsummaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorAlexander Neonxp Kiryukhin <i@neonxp.ru>2024-10-08 18:48:55 +0300
committerAlexander Neonxp Kiryukhin <i@neonxp.ru>2024-10-08 18:48:55 +0300
commita20e2ace25c363658d59346358339011fe8ef934 (patch)
tree0783fc116b2fdcc6928eb82eea63b2073fef2651 /static
parente849e705c30cceec3cf7336a21bed96c8a911e90 (diff)
Фикс стилейHEADmaster
Diffstat (limited to 'static')
-rw-r--r--static/css/style.css11
1 files changed, 11 insertions, 0 deletions
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