mirror of
https://github.com/rvtr/rmc_website.git
synced 2025-10-31 13:31:21 -04:00
11 lines
179 B
CSS
11 lines
179 B
CSS
#content-wrap {
|
|
padding-bottom: 2.5rem; /* Footer height */
|
|
}
|
|
|
|
#footer {
|
|
position: absolute;
|
|
bottom: 0;
|
|
width: 100%;
|
|
height: 2.5rem; /* Footer height */
|
|
}
|