Vega Logo
v1.0.0
Breakpoints

브레이크포인트(Breakpoint)는 반응형 웹 디자인에서 화면 크기나 해상도에 따라 레이아웃이나 스타일을 조정하기 위한 기준점을 설정하는 가이드입니다.

이를 통해 다양한 디바이스나 화면 너비에 최적화된 일관된 사용자 경험을 제공할 수 있습니다.

Variables
미디어쿼리를 통해 적용할 수 있습니다.
NameViewportRecommended DeviceQuery
--media-query-2xl1768 - 2560Larger desktops and external monitors@media (min-width: 110.5rem) and (max-width: 160rem)
--media-query-xl1440 - 1767Laptop, small desktop@media (min-width: 90rem) and (max-width: 110.438rem)
--media-query-lg1024 - 1439Large Tablets, small laptop@media (min-width: 64rem) and (max-width: 89.938rem)
--media-query-md768 - 1023Tablets@media (min-width: 48rem) and (max-width: 63.938rem)
--media-query-sm480 - 767Large smartphones, small tablets@media (min-width: 30rem) and (max-width: 47.938rem)
--media-query-xs320 - 479Small smartphone@media (min-width: 20rem) and (max-width: 29.938rem)