Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/saadnpq/npq-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsaadnpq <saadnpq@localhost.localdomain>2020-04-12 00:03:19 +0300
committersaadnpq <saadnpq@localhost.localdomain>2020-04-12 00:03:19 +0300
commitc2bf2ca2bd525a0a95b6b2037eee31158d0d2e83 (patch)
treed63af61e62c84cd5d8db48d00e589fb7eb651c14
parentd30385a841b3112b705b883426d311f3910d9954 (diff)
fix footer responsivness
-rw-r--r--static/css/style.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/static/css/style.css b/static/css/style.css
index df565db..c65651f 100644
--- a/static/css/style.css
+++ b/static/css/style.css
@@ -299,7 +299,7 @@ footer{
}
.footer-content{
- width: 60%;
+ width: 70%;
margin: auto;
display: flex;
flex-direction: row;
@@ -358,7 +358,7 @@ footer{
} */
-@media only screen and (max-width: 650px){
+@media only screen and (max-width: 700px){
#sidenav {
width: 0px;
}
@@ -382,7 +382,7 @@ footer{
}
}
-@media only screen and (max-width: 900px) {
+@media only screen and (max-width: 1000px) {
.footer-content{
width: 100%;
}