更新
This commit is contained in:
parent
c942207d7a
commit
e4429f0639
@ -17,7 +17,21 @@ export default {
|
|||||||
#footerroot
|
#footerroot
|
||||||
{
|
{
|
||||||
background-color: black;
|
background-color: black;
|
||||||
|
width:100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
@include media-breakpoint-between(xs, sm) {
|
||||||
|
#footerroot
|
||||||
|
{
|
||||||
|
height:806px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@include media-breakpoint-between(md, xl) {
|
||||||
|
#footerroot
|
||||||
|
{
|
||||||
height: 759px;
|
height: 759px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen {
|
@media screen {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user