mirror of
https://github.com/WordPress/WordPress.git
synced 2025-03-03 11:59:23 +00:00
14 lines
214 B
SCSS
14 lines
214 B
SCSS
|
// Responsive widths.
|
||
|
|
||
|
$size__spacing-unit: 1rem;
|
||
|
$size__site-main: 100%;
|
||
|
$size__site-sidebar: 25%;
|
||
|
|
||
|
// Responsive widths.
|
||
|
|
||
|
$mobile_width: 380px;
|
||
|
$tablet_width: 768px;
|
||
|
$desktop_width: 1168px;
|
||
|
$wide_width: 1379px;
|
||
|
|