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.
 
 
 
website/css/details.css

32 lines
596 B

.stepsWords{
text-align: center;
position: relative;
margin:80px auto 40px;
font-size:32px;
}
.detail-size{
font-size:16px;
line-height: 30px;
text-indent: 40px;
}
.title-top{
margin-top: 160px;
}
@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;
}
}