From 7641f4b0055ba8dd61787468ca0396b5e4a30b44 Mon Sep 17 00:00:00 2001 From: Boris Voropaev Date: Wed, 10 Jan 2024 12:18:47 +0300 Subject: [PATCH] user-bar position --- src/vniigaz-v2/css/_grid.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/vniigaz-v2/css/_grid.scss b/src/vniigaz-v2/css/_grid.scss index 196b503..0b49d81 100644 --- a/src/vniigaz-v2/css/_grid.scss +++ b/src/vniigaz-v2/css/_grid.scss @@ -36,7 +36,7 @@ jumbotron{ justify-content: flex-end; } header-user-bar{ - top: $pl; + bottom: 16px; right: 40px; position: absolute; } @@ -54,7 +54,7 @@ jumbotron{ &.rootpage-jumbotron{ .jumbotron-content{ header-user-bar{ - top: 100px !important; + bottom: 40px !important; } .jumbotron-content-center{ align-self: center;