mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
15 lines
336 B
CSS
15 lines
336 B
CSS
![]() |
#island-footer{
|
||
|
background: url('../static/backgrounds/footer/footer-0003.svg') repeat-x bottom;
|
||
|
display: flex;
|
||
|
flex-direction: column;
|
||
|
justify-content: flex-end;
|
||
|
width: 100%;
|
||
|
height: 62px;
|
||
|
margin-top: 2rem;
|
||
|
padding-left: 0.5rem;
|
||
|
line-height: 30px;
|
||
|
position: fixed;
|
||
|
left: 0;
|
||
|
bottom: 0;
|
||
|
}
|