Commit a16d1559 authored by Ruslan Karimov's avatar Ruslan Karimov

#2675. Арт Проект. Размещение кейса по DEKraft

parent 84ca8796
......@@ -1830,3 +1830,88 @@
font-size: 24px;
}
}
.main_content {
background: #fff;
color: #2d323a;
margin-top: -120px;
padding-top: 70px;
padding-bottom: 48px;
}
.main_content h2 {
font-size: 25px;
color: #494949;
font-family: "RobotoBold";
margin-bottom: 25px;
}
.main_content p {
margin-bottom: 15px;
font-size: 17px;
line-height: 26px;
}
.main_content strong {
font-family: "RobotoBold";
color: #494949;
line-height: 22px;
}
.point_img_box_wr {
position: relative;
}
.point_img img {
width: 100%;
height: auto;
}
.point_img_list {
counter-reset: myCounter;
}
.point_img_list li {
font-size: 16px;
line-height: 20px;
position: absolute;
}
.point_img_list_resp {
padding-left: 20px;
display: none;
margin-bottom: 30px;
list-style-type: decimal;
}
.point_img_list_resp li {
margin: 0 0 15px 0;
text-align: left;
line-height: 25px;
}
.point_img_list_resp li br {
display: none;
}
.point_img_list li:before {
counter-increment: myCounter;
content: counter(myCounter);
font-size: 16px;
line-height: 20px;
font-weight: bold;
display: none;
}
@media only screen and (max-width: 767px){
.point_img_list_resp {
display: block;
}
.point_img_list li:before {
display: block;
}
.point_img_list li {
height: 20px;
padding: 0 4px;
overflow: hidden;
}
.point_img_box_wr {
margin-bottom: 10px;
}
}
\ No newline at end of file
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