commit
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
.third-part-au{
|
||||
.third-part-au {
|
||||
min-height: 100vh;
|
||||
background-image: url('/assets/images/image33.jpg');
|
||||
background-size: cover;
|
||||
@@ -35,3 +35,45 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@media only screen and (min-width:768px) {
|
||||
.third-part-au {
|
||||
min-height: 25vh;
|
||||
|
||||
.numbers-container {
|
||||
|
||||
.numbers {
|
||||
text-align: center;
|
||||
width: 200px;
|
||||
line-height: 200px;
|
||||
}
|
||||
|
||||
.num-text {
|
||||
padding-left: 5px;
|
||||
padding-right: 5px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (min-width:992px) {
|
||||
.third-part-au {
|
||||
min-height: 50vh;
|
||||
|
||||
.numbers-container {
|
||||
margin-top: 50px;
|
||||
|
||||
.numbers {
|
||||
text-align: center;
|
||||
width: 230px;
|
||||
line-height: 230px;
|
||||
}
|
||||
|
||||
.num-text {
|
||||
padding-left: 150px;
|
||||
padding-right:150px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user