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-15 20:36:13 +0300
committersaadnpq <saadnpq@localhost.localdomain>2020-04-15 20:36:13 +0300
commit64b5141d46aa301154d5c9ae4bb37dacd9cc96fc (patch)
treed27fd611e6946e667a3ab58b637077e46d84c286
parentb7ed2ae6812614f6259c8c6f87e030d4a30f7e0b (diff)
fix footer responsivness
-rw-r--r--static/css/style.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/static/css/style.css b/static/css/style.css
index c65651f..0fc9a65 100644
--- a/static/css/style.css
+++ b/static/css/style.css
@@ -388,6 +388,13 @@ footer{
}
}
+@media only screen and (max-width: 420px) {
+ .contact-info{
+ flex-direction: column;
+ align-items: center;
+ }
+}
+
@media only screen and (min-width: 1200px) {
.content {
width : 70%;