Files
Grinch-AP/WebHostLib/static/styles/islandFooter.css

15 lines
361 B
CSS
Raw Normal View History

#island-footer{
2020-11-30 22:56:10 -05:00
background: url('../static/backgrounds/footer/footer-0003.png') repeat-x bottom;
background-size: auto 90px;
display: flex;
flex-direction: column;
justify-content: flex-end;
width: calc(100% - 0.5rem);
2020-11-30 22:56:10 -05:00
height: 90px;
padding-left: 0.5rem;
line-height: 30px;
position: fixed;
bottom: 0;
left: 0;
}