2020-10-25 11:49:12 -04:00
|
|
|
#island-footer{
|
2020-12-01 03:08:31 -05:00
|
|
|
background: url('../static/backgrounds/footer/footer-0001.png') repeat-x bottom;
|
2020-11-30 22:56:10 -05:00
|
|
|
background-size: auto 90px;
|
2020-10-25 11:49:12 -04:00
|
|
|
display: flex;
|
2020-12-01 03:08:31 -05:00
|
|
|
flex-direction: row;
|
|
|
|
justify-content: space-between;
|
2020-11-30 21:15:47 -05:00
|
|
|
width: calc(100% - 0.5rem);
|
2020-10-25 11:49:12 -04:00
|
|
|
padding-left: 0.5rem;
|
2020-12-02 23:48:10 -05:00
|
|
|
padding-top: 80px;
|
2020-12-01 03:08:31 -05:00
|
|
|
color: #dfedc6
|
|
|
|
}
|
|
|
|
|
|
|
|
#island-footer #links a{
|
|
|
|
padding-right: 0.5rem;
|
|
|
|
padding-left: 0.5rem;
|
|
|
|
color: #dfedc6;
|
2020-10-25 11:49:12 -04:00
|
|
|
}
|