Oprava zobrazení patičky
All checks were successful
ci/woodpecker/push/workflow Pipeline was successful

This commit is contained in:
2025-10-11 10:36:21 +02:00
parent 331a890cc5
commit fe7d609b5f
3 changed files with 24 additions and 3 deletions

View File

@@ -51,8 +51,24 @@
font-size: 64px;
}
/* Sticky footer layout */
html,
body,
#root {
height: 100%;
margin: 0;
}
.app-container {
min-height: 100vh;
display: flex;
flex-direction: column;
}
.wrapper {
padding: 20px;
flex: 1;
/* Zabere zbytek místa */
}
.title {