Betterzon/Frontend/src/app/app.component.css
2021-06-07 09:55:21 +02:00

10 lines
191 B
CSS

.wrapper_app {
padding-bottom: 2.5rem; /* Footer height */
}
.footer_app {
position: relative;
bottom: 0;
width: 100%;
height: 2.5rem; /* Footer height */
}