save
This commit is contained in:
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -3,7 +3,7 @@
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
||||
>.et_pb_column:first-child {
|
||||
> .et_pb_column:first-child {
|
||||
h2 {
|
||||
line-height: 1.5;
|
||||
margin-bottom: 25px;
|
||||
@@ -15,9 +15,10 @@
|
||||
}
|
||||
}
|
||||
|
||||
>.et_pb_column:last-child {
|
||||
> .et_pb_column:last-child {
|
||||
.et_pb_image_wrap {
|
||||
img {}
|
||||
img {
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -185,7 +186,6 @@
|
||||
}
|
||||
|
||||
.wpfMainWrapper {
|
||||
|
||||
#wpfBlock_1,
|
||||
#wpfBlock_2 {
|
||||
.wpfBlockClear.open {
|
||||
@@ -206,7 +206,8 @@
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
.learn-more-content {}
|
||||
.learn-more-content {
|
||||
}
|
||||
}
|
||||
|
||||
#stock_notifier_main_form {
|
||||
@@ -301,7 +302,7 @@ body {
|
||||
width: 100%;
|
||||
background-color: #f3f3f3;
|
||||
|
||||
>a {
|
||||
> a {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: space-between;
|
||||
@@ -377,7 +378,7 @@ body {
|
||||
.et_pb_menu__menu {
|
||||
nav.et-menu-nav {
|
||||
.et-menu {
|
||||
>li {
|
||||
> li {
|
||||
&.menu-item {
|
||||
@media (max-width: 1630px) {
|
||||
padding-left: 5px;
|
||||
@@ -414,7 +415,13 @@ body {
|
||||
}
|
||||
}
|
||||
|
||||
div[id^="wpfMainWrapper-"] .wpfFilterWrapper {
|
||||
div[id^='wpfMainWrapper-'] .wpfFilterWrapper {
|
||||
margin: 0 0 0 auto !important;
|
||||
float: none !important
|
||||
float: none !important;
|
||||
}
|
||||
|
||||
#product-description-box {
|
||||
max-width: 1080px;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
Reference in New Issue
Block a user