From 724c450120a36cdf7178286492e473cd4d4d7fb2 Mon Sep 17 00:00:00 2001
From: ArtemB
Date: Tue, 26 Sep 2023 17:17:33 +0300
Subject: [PATCH] 0.0.159 upd footer
---
static/css/styles.css | 33 +++++++++++++++++++++++----------
templates/pages/p_main.html | 30 ++++++++++++++----------------
2 files changed, 37 insertions(+), 26 deletions(-)
diff --git a/static/css/styles.css b/static/css/styles.css
index 729c1ae..db03066 100644
--- a/static/css/styles.css
+++ b/static/css/styles.css
@@ -275,7 +275,7 @@ section.register>h1 {
}
footer>div {
- max-width: 1280px;
+ max-width: 85%;
margin: auto;
padding: 40px;
height: 73%;
@@ -292,8 +292,14 @@ footer>div {
}
.first-column{
float: left;
- width: 55%;
+ width: 50%;
}
+.social_media_footer {
+ margin-top: 15px;
+}
+
+
+
.second-column {
float: right;
width: 29%;
@@ -302,7 +308,7 @@ footer>div {
.third-column {
width: 33%;
float: left;
- margin-top: 11%;
+ margin-top: 10%;
}
.four-column{
display: inline-block;
@@ -310,9 +316,11 @@ footer>div {
.fifth-column {
float: right;
- width: 33%;
+ width: 21%;
+ margin-right: 35px;
}
+
.social_media_footer {
margin-top: 19px;
}
@@ -320,7 +328,7 @@ footer>div {
.second-footer>div {
- max-width: 1280px;
+ max-width: 90%;
margin: auto;
height: 60px;
width: 100%;
@@ -2066,9 +2074,9 @@ button#send_feedback_form{
padding-bottom: 20px;
}
-.search_form_main {
- padding-top: 40px;
-}
+/*.search_form_main {*/
+/* padding-top: 40px;*/
+/*}*/
/*tabs_on_main_page*/
@@ -2083,9 +2091,14 @@ button#send_feedback_form{
display: none;
}
- .tabs>div
+ /*.tabs>div {*/
+ /* !* скрыть контент по умолчанию *!*/
+ /* display: none;*/
+ /* font-size: 16px;*/
+ /*} */
- {
+ #content-1,#content-2
+ {
/* скрыть контент по умолчанию */
display: none;
font-size: 16px;
diff --git a/templates/pages/p_main.html b/templates/pages/p_main.html
index b04f862..072822d 100644
--- a/templates/pages/p_main.html
+++ b/templates/pages/p_main.html
@@ -22,19 +22,19 @@
-
+{# #}
{#
#}
@@ -63,14 +63,12 @@