fix footer responsivness

This commit is contained in:
saadnpq 2020-04-11 23:03:19 +02:00
parent d30385a841
commit c2bf2ca2bd

View file

@ -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%;
} }