This commit is contained in:
Roman Pyrih
2025-06-06 09:35:20 +02:00
parent ce343e35f5
commit 77d4d77b9e
3 changed files with 22 additions and 3 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -4808,7 +4808,6 @@ body#checkout .modal-content li {
body { body {
overflow-x: hidden; overflow-x: hidden;
&#product,
&#module-leoblog-blog { &#module-leoblog-blog {
#wrapper { #wrapper {
background: #f8f9fa; background: #f8f9fa;
@@ -4828,6 +4827,26 @@ body {
} }
} }
} }
&#product {
#wrapper {
background: #fff;
padding-top: 50px;
padding-bottom: 50px;
#blogpage {
article {
background: #fff;
padding: 50px;
}
.extra-blogs {
border: 1px solid #eee;
padding: 25px;
}
}
}
}
} }
.leoproductsearch-content { .leoproductsearch-content {