chore: re-add top menu spacing
continuous-integration/drone/pr Build is failing Details

This commit is contained in:
kolaente 2023-04-14 17:25:10 +02:00
parent d27ce77c95
commit ffe9d93a62
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 0 deletions

View File

@ -114,6 +114,7 @@ const favoriteProjects = computed(() => projectStore.favoriteProjects)
transform: translateX(-100%);
overflow-x: auto;
width: $navbar-width;
margin-top: 1rem;
@media screen and (max-width: $tablet) {
top: 0;