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
path: root/static
diff options
context:
space:
mode:
authorsaadnpq <saadnpq@localhost.localdomain>2020-04-11 21:58:41 +0300
committersaadnpq <saadnpq@localhost.localdomain>2020-04-11 21:58:41 +0300
commitaaf060721d32822dde47ce434bf5322fe2ee06ce (patch)
treeca9df37b8af8a355a87cd16a8d04ec121cf7b96a /static
parent5805b55f1fa9ec92fbb8164e82840cea38e78bd5 (diff)
updates
Diffstat (limited to 'static')
-rw-r--r--static/css/style.css41
1 files changed, 31 insertions, 10 deletions
diff --git a/static/css/style.css b/static/css/style.css
index 2c119cc..df565db 100644
--- a/static/css/style.css
+++ b/static/css/style.css
@@ -292,19 +292,32 @@ blockquote {
}
footer{
- display: flex;
- flex-direction: column;
- justify-content: space-around;
- align-items: center;
padding: 30px;
margin-top: 40px;
border-top: 1px solid #3D3D3D;
background-color:rgb(30, 34, 39) ;
}
+
+.footer-content{
+ width: 60%;
+ margin: auto;
+ display: flex;
+ flex-direction: row;
+ justify-content: space-between;
+ align-items: center;
+}
+
.copyright{
text-align: center;
}
+.contact-info {
+ display: flex;
+ width: 100%;
+ flex-direction: column;
+ justify-content: space-between;
+}
+
.contact-form {
display: flex;
flex-direction: column;
@@ -336,12 +349,6 @@ footer{
width: auto;
}
-.contact-info {
- display: flex;
- width: 100%;
- flex-direction: row;
- justify-content: space-around;
-}
/* .footer-phone{
margin-left: 20px;
@@ -365,6 +372,20 @@ footer{
width : 95%;
margin:0px auto auto auto;
}
+
+ .footer-content{
+ flex-direction: column;
+ }
+
+ .contact-info {
+ flex-direction: row;
+ }
+}
+
+@media only screen and (max-width: 900px) {
+ .footer-content{
+ width: 100%;
+ }
}
@media only screen and (min-width: 1200px) {