Add footer #27 #41

Merged
jakob.scheid merged 7 commits from feature/footer into main 2026-05-08 18:58:16 +02:00
Showing only changes of commit 41500560f3 - Show all commits
+1 -1
View File
@@ -19,12 +19,12 @@ import Searchbar from '../features/search/components/Searchbar.vue'
<style scoped> <style scoped>
.main-content { .main-content {
height: 100%;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
align-items: center; align-items: center;
width: 100%; width: 100%;
gap: 60px; gap: 60px;
flex-grow: 1;
} }
.global-header { .global-header {