반응형
flexbox가 media query 작성을 얼마나 쉽게 할 수 있게 하는 지 알 수 있다
아래와 같은 방식으로 media query를 너비 조정과 모바일 화면에 더 최적화되게끔 만들었다
@media only screen and (max-width: $bp-medium) {
padding: 2rem;
margin-bottom: 3rem;
}
반응형
'온라인 강의 > Advanced CSS and Sass [Udemy]' 카테고리의 다른 글
88. Wrapping up the Trillo Project: Final Considerations (0) | 2023.08.04 |
---|---|
87. Writing Media Queries - Part 2 (0) | 2023.08.04 |
85. Building the CTA Section (0) | 2023.08.04 |
84. Building the User Reviews Section (0) | 2023.08.03 |
83. Building the Description Section - Part 2 (0) | 2023.08.03 |