0.0.232 add margin for header and main_content

This commit is contained in:
2023-11-18 18:35:59 +03:00
parent cc6bd781e0
commit f0f8af48b3

View File

@@ -140,7 +140,7 @@ html, body{
}
.wrapper_content {
margin: 20px auto;
margin: 20px;
max-width: 1280px;
position: relative;
min-height: 695px;
@@ -221,7 +221,7 @@ body {
header {
margin-top: 20px;
padding: 5px 0;
padding: 5px 10px;
position: sticky;
top: 0;
background: #F8F8F8;
@@ -490,13 +490,19 @@ header .header-first {
}
.header_logo,
.header_btn_mover,
.header_btn_sender{
.header_btn_mover
{
margin-right: 40px;
display: inline-block;
vertical-align: middle;
}
.header_btn_sender{
margin-right: 20px;
display: inline-block;
vertical-align: middle;
}
.header_logo>a,
.header_btn_mover>a,
.header_btn_sender>a{