Commit e6d3eb56 authored by Ruslan Karimov's avatar Ruslan Karimov

#2700. Добавление блоков в кейс

parent 19c3fa85
...@@ -3627,6 +3627,24 @@ h3.block-chain-header { ...@@ -3627,6 +3627,24 @@ h3.block-chain-header {
z-index: 3; z-index: 3;
} }
.case-block {
margin-bottom: 30px;
}
.case-block h2 {
margin-bottom: 20px;
}
.dek_how_works {
margin-bottom: -120px;
}
@media only screen and (max-width: 991px) {
.dek_how_works {
margin-bottom: -80px;
}
}
.case { .case {
height: 160px; height: 160px;
position: relative; position: relative;
......
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