изменение хэдера и исправление ключеых багов

This commit is contained in:
egortriston
2025-07-08 17:27:26 +03:00
parent 8055886082
commit 96e11b0220
10 changed files with 117 additions and 52 deletions

View File

@ -23,7 +23,7 @@
align-items: flex-start;
width: 100%;
height: auto;
margin-top: -15px;
/* margin-top: -15px; */
padding-left: 60px;
padding-right: 60px;
display: flex;
@ -180,7 +180,7 @@ input.text-block-31 {
background: #e5e7eb;
}
.form-block, .text-field.w-input {
.form-block {
min-height: 44px !important;
}
@ -643,12 +643,19 @@ body {
}
.knot-parts {
overflow: hidden;
}
@media screen and (max-width: 991px) {
.flex-block-108 {
.flex-block-108, .flex-block-14-copy-copy {
flex-flow: column;
justify-content: space-between;
}
.flex-block-14-copy-copy{
align-items: center;
}
}
@media screen and (max-width: 991px) {
@ -805,6 +812,12 @@ body {
min-width: 160px !important;
padding: 15px;
}
.div-block-3 {
height: 102px !important;
}
.div-block-3.bp-item-info {
height: 90px !important;
}
}
@ -825,6 +838,10 @@ body {
line-height: 18px;
overflow: hidden;
}
.knot-parts {
min-width: 100%;
}
}
@ -845,4 +862,18 @@ body {
padding: 15px;
}
}
@media screen and (max-width: 1440px) {
.image-27 {
margin-bottom: -212px;
margin-left: 800px;
}
}
@media (max-width: 991px) {
.topnav.w-nav {
margin-left: 0 !important;
}
.code-embed-15.w-embed {
display: none !important;
}
}