aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorMiodec <[email protected]>2024-09-26 10:41:03 +0200
committerMiodec <[email protected]>2024-09-26 10:43:31 +0200
commit840c0c23b792c09fbabe9f14d90836d019fc772b (patch)
tree05abd24204e75b14552db4ce844763c3938d4ce2
parentf9409e3fcf4452fe2a5005d25eaec4dbc0b8aeec (diff)
downloadmonkeytype-840c0c23b792c09fbabe9f14d90836d019fc772b.tar.gz
monkeytype-840c0c23b792c09fbabe9f14d90836d019fc772b.zip
fix: xp bar misalignment
-rw-r--r--frontend/src/styles/nav.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/frontend/src/styles/nav.scss b/frontend/src/styles/nav.scss
index 926cbfe59..4025ceaf3 100644
--- a/frontend/src/styles/nav.scss
+++ b/frontend/src/styles/nav.scss
@@ -109,6 +109,7 @@ nav {
//justify-items: center;
// width: 32ch;
justify-self: end;
+ right: 0;
padding: 0.5em;
border-radius: var(--roundness);