Skip to content

Commit aebeae0

Browse files
committed
fix mobile style
1 parent 89dab86 commit aebeae0

File tree

1 file changed

+13
-6
lines changed

1 file changed

+13
-6
lines changed

landing_page/mainpage/static/css/style.css

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -825,7 +825,7 @@ header {
825825
.hero {
826826
background: url("../images/imagehero.jpg") #252526 50% 50% no-repeat;
827827
color: #ffffff;
828-
padding: 170px 0 50px;
828+
padding: 170px 0 0;
829829
background-size: cover;
830830
}
831831

@@ -3542,7 +3542,7 @@ ul.installment-plan li:before {
35423542
}
35433543

35443544
.counter .price-second {
3545-
padding: 10px 15px 30px;
3545+
padding: 30px 15px 30px;
35463546
border-radius: 0;
35473547
margin-right: -15px;
35483548
margin-left: -15px;
@@ -4255,6 +4255,11 @@ ul.installment-plan li:before {
42554255
width: max-content;
42564256
padding: 13px;
42574257
}
4258+
4259+
4260+
#swich_block_online .price-list .price-item {
4261+
margin: 15px;
4262+
}
42584263
}
42594264

42604265
@media (max-width: 992px) {
@@ -4298,6 +4303,12 @@ ul.installment-plan li:before {
42984303
}
42994304
}
43004305

4306+
@media (max-width: 900px){
4307+
#swich_block_online .price-second .price-list{
4308+
flex-direction: column;
4309+
}
4310+
}
4311+
43014312
@media (max-width: 600px){
43024313
.offline-map-city-list{
43034314
padding: 15px;
@@ -4311,10 +4322,6 @@ ul.installment-plan li:before {
43114322
padding: 10px;
43124323
font-size: 16px;
43134324
}
4314-
4315-
#swich_block_online .price-second .price-list{
4316-
flex-direction: column;
4317-
}
43184325
}
43194326

43204327
.offline_city_content_wrapper h3{

0 commit comments

Comments
 (0)