mirror of
https://github.com/Mueller-Patrick/Betterzon.git
synced 2025-04-19 07:19:18 +00:00
11 lines
178 B
CSS
11 lines
178 B
CSS
.wrapper_app {
|
|
padding-bottom: 2.5rem; /* Footer height */
|
|
}
|
|
|
|
.footer_app {
|
|
position: relative;
|
|
bottom: 0;
|
|
width: 100%;
|
|
height: 2.5rem; /* Footer height */
|
|
}
|