added header and footer

Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
2026-05-04 23:49:27 +04:00
parent 629d03cdef
commit f97f4b5d96
10 changed files with 438 additions and 5 deletions

View File

@@ -1,2 +1,12 @@
:host { display: block; min-height: 100dvh; }
:host {
display: flex;
flex-direction: column;
min-height: 100dvh;
}
.app-main {
flex: 1;
display: flex;
flex-direction: column;
}