fefa4ka 10 years ago
parent a4686b9f38
commit 9438c1bdef
  1. 22
      zsite/static/less/service.less

@ -254,6 +254,8 @@
.service-header-description {
.make-xs-column(10 );
.make-sm-column(6);
p { padding-right: 15px; }
}
.consultation-person {
@ -280,6 +282,9 @@
margin: 0;
font-size: 11px;
p { width: 135px; }
}
.consultation {
@ -289,10 +294,9 @@
}
@media (min-width: @screen-tablet) {
// .service-header-description {
// .make-xs-column(10 );
// .make-sm-column(6);
// }
.service-header-description {
p { padding-right: 0px; }
}
.consultation-person {
// .make-xs-column(2);
@ -317,6 +321,8 @@
padding-top: 36px;
padding-left: 15px;
p { width: auto; }
}
.consultation {
@ -337,6 +343,14 @@
margin-left: -5px;
margin-top: 5px;
}
// @media (min-width: 0) {
// .main-service {
// h3 { font-size: 19px; }
// h4 { font-size: }
// }
// @media (min-width: @screen-phone) {
// }
.main-service {
h3, h4 {

Loading…
Cancel
Save