Skip to content

Commit 702d18c

Browse files
committed
aligned the menu to the right, removed margin on menu buttons
1 parent 7e1ed2a commit 702d18c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

public/css/style.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ a:hover {
340340
display: grid;
341341
grid-auto-flow: column;
342342
gap: .5rem;
343-
margin-bottom: -0.4rem;
343+
// margin-bottom: -0.4rem;
344344
width: fit-content;
345345
width: -moz-fit-content;
346346
/* transition: 0.25s; */
@@ -459,6 +459,7 @@ a:hover {
459459
/* margin-bottom: 0.1rem; */
460460
grid-column: 3/4;
461461
grid-row: 1/2;
462+
justify-items: self-end;
462463
}
463464

464465
#top .config .group {

0 commit comments

Comments
 (0)