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