Commit bd7f4722 authored by Evgeny Talagaev's avatar Evgeny Talagaev

fix a catalog indents

parent e81b148d
This diff is collapsed.
......@@ -1214,9 +1214,6 @@ pre {
@media (min-width: $screen-xxl) {
font-size: 14px;
}
@media (min-width: $screen-xl) {
}
}
#{$block-name}__i-photo {
......@@ -1227,7 +1224,7 @@ pre {
&--type-x3 {
#{$block-name}__item {
@media (min-width: $screen-xl) {
width: calc(100% / 3 - (20px * 2 / 3));
width: calc(100% / 3 - (31px * 2 / 3));
}
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment