Include new footer assets
After Width: | Height: | Size: 16 KiB |
Before Width: | Height: | Size: 961 KiB |
After Width: | Height: | Size: 18 KiB |
Before Width: | Height: | Size: 960 KiB |
After Width: | Height: | Size: 19 KiB |
Before Width: | Height: | Size: 962 KiB |
After Width: | Height: | Size: 20 KiB |
Before Width: | Height: | Size: 1.0 MiB |
After Width: | Height: | Size: 19 KiB |
Before Width: | Height: | Size: 1.0 MiB |
Before Width: | Height: | Size: 1.0 MiB |
|
@ -1,10 +1,11 @@
|
|||
#island-footer{
|
||||
background: url('../static/backgrounds/footer/footer-0003.svg') repeat-x bottom;
|
||||
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);
|
||||
height: 66px;
|
||||
height: 90px;
|
||||
padding-left: 0.5rem;
|
||||
line-height: 30px;
|
||||
position: fixed;
|
||||
|
|