You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

38 lines
387 B
SCSS

// 576 - 768 - 1024 Responsive
// Mobile 576px
@media screen and (max-width: 576px) {
}
// Tablet 768
@media screen and (max-width: 768px) {
}
// PC 1024
@media screen and (max-width: 1024px) {
.head-services{
.serv-box{
padding: 10px;
h4{
font-size: $fs-title-mob ;
}
span{
font-size: $fs-paragraph-mob;
}
}
}
}