feature/projects-all-the-way-down #3323

Merged
konrad merged 123 commits from feature/projects-all-the-way-down into main 2023-05-30 10:09:40 +00:00
Showing only changes of commit 086f50d4fe - Show all commits

View File

@ -114,6 +114,7 @@ const favoriteProjects = computed(() => projectStore.favoriteProjects)
transform: translateX(-100%);
overflow-x: auto;
width: $navbar-width;

Remove outer margin set from inside the component and add it from outside instead.

Remove outer margin set from inside the component and add it from outside instead.
margin-top: 1rem;
@media screen and (max-width: $tablet) {
top: 0;