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
|
|
|
}
|
2023-03-23 23:11:39 -06:00
|
|
|
@media all and (max-width: 900px) {
|
|
|
|
#island-footer{
|
|
|
|
font-size: 17px;
|
|
|
|
font-size: 2vw;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@media all and (max-width: 768px) {
|
|
|
|
#island-footer{
|
|
|
|
font-size: 15px;
|
|
|
|
font-size: 2vw;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@media all and (max-width: 650px) {
|
|
|
|
#island-footer{
|
|
|
|
font-size: 13px;
|
|
|
|
font-size: 2vw;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@media all and (max-width: 580px) {
|
|
|
|
#island-footer{
|
|
|
|
font-size: 11px;
|
|
|
|
font-size: 2vw;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@media all and (max-width: 512px) {
|
|
|
|
#island-footer{
|
|
|
|
font-size: 9px;
|
|
|
|
font-size: 2vw;
|
|
|
|
}
|
|
|
|
}
|