This commit is contained in:
Roman Pyrih
2025-02-17 13:47:51 +01:00
parent b58ae3b03e
commit 6db8afbb5b
10 changed files with 37 additions and 13532 deletions

View File

@@ -25,11 +25,11 @@ section#slider {
padding-bottom: 50px;
}
@media (max-width: 479.9px) {
#wrapper {
padding-top: 0px;
}
}
// @media (max-width: 479.9px) {
// #wrapper {
// padding-top: 0px;
// }
// }
/** Header sklepu - kontakt ***************************************************************/
#header .header-nav #_desktop_contact_link {
@@ -910,3 +910,21 @@ header#header {
}
}
}
.header-top-box-1 {
@media (max-width: 575px) {
width: 100%;
}
}
.block_newsletter {
.block-newsletter-form {
@media (max-width: 767px) {
padding-left: 10px;
}
.newsletter-form-fields {
display: flex;
flex-direction: row;
}
}
}