Files
bizmatch-project/bizmatch/src/app/app.component.scss
2024-02-29 10:23:41 -06:00

10 lines
242 B
SCSS

.container {
display: flex;
flex-direction: column;
min-height: 100vh;
}
.content {
flex: 1;
/* Optional: Padding für den Inhalt, um sicherzustellen, dass er nicht direkt am Footer klebt */
// padding-bottom: 20px;
}