padding fix for text

This commit is contained in:
Arvind Tiwari 2017-12-19 19:53:06 +05:30
parent 955331f64b
commit 66d1e4e046

View file

@ -206,7 +206,6 @@
line-height: 1.1; line-height: 1.1;
font-size: 23px; font-size: 23px;
margin-bottom: 12px; margin-bottom: 12px;
padding: 30px 0;
} }
.header_slider .btn-trans { .header_slider .btn-trans {
@ -252,7 +251,7 @@
text-align: right; text-align: right;
line-height: 1.4; line-height: 1.4;
margin-bottom: 20px; margin-bottom: 20px;
padding: 15px 0; padding: 5px 0;
} }
@media (max-width: 768px) { @media (max-width: 768px) {