@media screen and (max-width:779px){
// 변수 재선언
.container {
$w : 50%;
article {
width: $w;
&:nth-child(1) {
width:$w*2;
}
&:nth-child(2) {
width:$w*2;
}
&:nth-child(n+3) {
width:$w;
}
}
}
}
가로 2칸 설정을 위해 변수를 50%로 변경 합니다.
'반응형 웹사이트 > Shilla Hotel' 카테고리의 다른 글
가상클래스로 마우스오버시 불켜지는 효과 내기 (0) | 2021.01.27 |
---|---|
width≤639px (0) | 2021.01.26 |
779px <width ≤1023px (0) | 2021.01.26 |
1280px < width ≤ 1599px (0) | 2021.01.26 |
line-awesome 이미지 animation으로 무한 회전 시키기 (0) | 2021.01.26 |
댓글