Commit 4a6b261f8379f7c4be7b0bab4999c85baeb36396
1 parent
7003d6af
text
Showing
1 changed file
with
4 additions
and
3 deletions
Show diff stats
frontend/web/css/custom.css
... | ... | @@ -242,12 +242,13 @@ img.img-responsive.img-circle { |
242 | 242 | |
243 | 243 | #sect3 .list-sessions li, #sect5 .list-sessions li { |
244 | 244 | background-image: url(../img/ckeck2.png); |
245 | - background-position: 0px 2px; | |
245 | + background-position: 0px 4px; | |
246 | 246 | background-repeat: no-repeat; |
247 | - text-indent: 25px; | |
247 | + text-indent: 28px; | |
248 | 248 | padding-top: 0; |
249 | - line-height: 25px; | |
249 | + line-height: 29px; | |
250 | 250 | margin-bottom: 8px; |
251 | + font-size: 16px; | |
251 | 252 | } |
252 | 253 | .btn-template-transparent-orange { |
253 | 254 | color: #ff9701; | ... | ... |