You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
587 B
32 lines
587 B
5 years ago
|
.stepsWords{
|
||
|
text-align: center;
|
||
|
position: relative;
|
||
|
margin:80px auto 40px;
|
||
|
width:210px;
|
||
|
font-size:32px;
|
||
|
}
|
||
|
.detail-size{
|
||
|
font-size:16px;
|
||
|
line-height: 30px;
|
||
|
}
|
||
|
.carousel{
|
||
|
margin-top: 80px;
|
||
|
}
|
||
|
@media screen and (min-width: 1025px) and (max-width: 1366px) {
|
||
|
.stepsWords{
|
||
|
margin-top:50px;
|
||
|
font-size:30px;
|
||
|
}
|
||
|
.detail-size{
|
||
|
font-size:15px;
|
||
|
}
|
||
|
}
|
||
|
@media screen and (min-width: 0) and (max-width: 1024px) {
|
||
|
.stepsWords{
|
||
|
margin-top:30px;
|
||
|
font-size:28px;
|
||
|
}
|
||
|
.detail-size{
|
||
|
font-size:14px;
|
||
|
}
|
||
|
}
|