padding fix for text
This commit is contained in:
parent
955331f64b
commit
66d1e4e046
1 changed files with 1 additions and 2 deletions
|
@ -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) {
|
||||||
|
|
Loading…
Reference in a new issue