Changed top bar align

This commit is contained in:
Alexis
2025-03-23 17:07:37 +01:00
parent 05b2917e7c
commit 13af4d5c90

View File

@@ -50,7 +50,8 @@ const currentUrl = Astro.url
.top-bar {
display: flex;
justify-content: space-between;
align-items: center;
align-items: top;
gap: 1rem;
}
}
</style>