Alaguraj0361 4785c22a25
Some checks failed
Build and Deploy Build Output / build (push) Has been cancelled
first commit
2025-11-07 10:51:36 +05:30

15 lines
283 B
SCSS

/************** wcu-thumb-wrap ***************/
.wcu-thumb-wrap {
.img-2 {
margin: 120px 30px 0 0px;
}
@include sm {
.img-1 {
margin-left: 60px;
margin-right: 0;
}
.img-2 {
margin: 30px 60px 0 0px;
}
}
}