mirror of
https://github.com/Mueller-Patrick/Betterzon.git
synced 2025-06-07 06:09:18 +00:00
10 lines
191 B
CSS
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 */
|
|
}
|