Make footer solution universal
This commit is contained in:
parent
04ddc30772
commit
32c169e957
|
@ -60,7 +60,6 @@ $color-dark: hsl(195, 47%, 7%);
|
||||||
place-self: center;
|
place-self: center;
|
||||||
grid-area: main;
|
grid-area: main;
|
||||||
}
|
}
|
||||||
|
|
||||||
footer {
|
footer {
|
||||||
@extend .row;
|
@extend .row;
|
||||||
flex-wrap: nowrap;
|
flex-wrap: nowrap;
|
||||||
|
@ -71,15 +70,6 @@ $color-dark: hsl(195, 47%, 7%);
|
||||||
grid-column: 2 / span 1;
|
grid-column: 2 / span 1;
|
||||||
place-self: end center;
|
place-self: end center;
|
||||||
|
|
||||||
a {
|
|
||||||
display: table-cell;
|
|
||||||
height: 6vh;
|
|
||||||
width: 15%;
|
|
||||||
margin: 3%;
|
|
||||||
|
|
||||||
font-size: 6vh;
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -190,6 +180,11 @@ a {
|
||||||
|
|
||||||
/* Semantic */
|
/* Semantic */
|
||||||
|
|
||||||
|
footer {
|
||||||
|
position: fixed;
|
||||||
|
bottom: 0px;
|
||||||
|
}
|
||||||
|
|
||||||
/* ------------- */
|
/* ------------- */
|
||||||
/* ILIA Specific */
|
/* ILIA Specific */
|
||||||
/* ------------- */
|
/* ------------- */
|
||||||
|
|
|
@ -1,2 +1,13 @@
|
||||||
@import "ilia1";
|
@import "ilia1";
|
||||||
|
|
||||||
|
footer {
|
||||||
|
a {
|
||||||
|
display: table-cell;
|
||||||
|
height: 6vh;
|
||||||
|
width: 15%;
|
||||||
|
margin: 3%;
|
||||||
|
|
||||||
|
font-size: 6vh;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue