Commit 42df5f90 authored by Ruslan Karimov's avatar Ruslan Karimov

#2526. Арт Проект. Размещение рдб по сертификатам

parent 46a5520e
......@@ -13788,6 +13788,11 @@ a.appl_btn {
margin-bottom: 30px;
}
.appl_list.appl_list--without_desc li {
padding-top: 20px;
padding-bottom: 20px;
}
li.appl_list_icon {
background: none;
}
......@@ -13817,13 +13822,18 @@ li.appl_list_icon {
.appl_list_icon.icon--6 {
background: url(../images/business_icon_6.png) no-repeat top left;
}
.appl_list.appl_list--without_desc li,
.appl_list.appl_list--with_desc li {
padding-left: 80px;
}
.appl_list.appl_list--without_desc li {
background-position: center left;
}
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
.appl_list.appl_list--without_desc li,
.appl_list.appl_list--with_desc li {
font-size: 22px;
}
......@@ -13832,6 +13842,7 @@ li.appl_list_icon {
}
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
.appl_list.appl_list--without_desc li,
.appl_list.appl_list--with_desc li {
font-size: 21px;
}
......
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