From 702d18c6f62d392c99f4db32f7b00cee4f65000d Mon Sep 17 00:00:00 2001 From: unknown Date: Sun, 24 May 2020 14:16:09 +0100 Subject: [PATCH] aligned the menu to the right, removed margin on menu buttons --- public/css/style.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/css/style.scss b/public/css/style.scss index 1c5144a91..c012d739f 100644 --- a/public/css/style.scss +++ b/public/css/style.scss @@ -340,7 +340,7 @@ a:hover { display: grid; grid-auto-flow: column; gap: .5rem; - margin-bottom: -0.4rem; + // margin-bottom: -0.4rem; width: fit-content; width: -moz-fit-content; /* transition: 0.25s; */ @@ -459,6 +459,7 @@ a:hover { /* margin-bottom: 0.1rem; */ grid-column: 3/4; grid-row: 1/2; + justify-items: self-end; } #top .config .group {