We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e1ed2a commit 702d18cCopy full SHA for 702d18c
1 file changed
public/css/style.scss
@@ -340,7 +340,7 @@ a:hover {
340
display: grid;
341
grid-auto-flow: column;
342
gap: .5rem;
343
- margin-bottom: -0.4rem;
+ // margin-bottom: -0.4rem;
344
width: fit-content;
345
width: -moz-fit-content;
346
/* transition: 0.25s; */
@@ -459,6 +459,7 @@ a:hover {
459
/* margin-bottom: 0.1rem; */
460
grid-column: 3/4;
461
grid-row: 1/2;
462
+ justify-items: self-end;
463
}
464
465
#top .config .group {
0 commit comments