fix footer responsivness
This commit is contained in:
parent
d30385a841
commit
c2bf2ca2bd
1 changed files with 3 additions and 3 deletions
|
@ -299,7 +299,7 @@ footer{
|
||||||
}
|
}
|
||||||
|
|
||||||
.footer-content{
|
.footer-content{
|
||||||
width: 60%;
|
width: 70%;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
|
@ -358,7 +358,7 @@ footer{
|
||||||
|
|
||||||
} */
|
} */
|
||||||
|
|
||||||
@media only screen and (max-width: 650px){
|
@media only screen and (max-width: 700px){
|
||||||
#sidenav {
|
#sidenav {
|
||||||
width: 0px;
|
width: 0px;
|
||||||
}
|
}
|
||||||
|
@ -382,7 +382,7 @@ footer{
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (max-width: 900px) {
|
@media only screen and (max-width: 1000px) {
|
||||||
.footer-content{
|
.footer-content{
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue