Archipelago/WebHostLib/static/styles/islandFooter.css

14 lines
329 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: calc(100% - 0.5rem);
height: 66px;
padding-left: 0.5rem;
line-height: 30px;
position: fixed;
bottom: 0;
left: 0;
}