[ Index ] |
PHP Cross Reference of WordPress Trunk (Updated Daily) |
[Summary view] [Print] [Text view]
1 // Responsive widths. 2 3 $size__spacing-unit: 1rem; 4 $size__site-main: 100%; 5 $size__site-sidebar: 25%; 6 $size__site-margins: calc(10% + 60px); 7 $size__site-tablet-content: calc(8 * (100vw / 12) - 28px); 8 $size__site-desktop-content: calc(6 * (100vw / 12) - 28px); 9 10 // Responsive widths. 11 12 $mobile_width: 600px; 13 $tablet_width: 768px; 14 $desktop_width: 1168px; 15 $wide_width: 1379px; 16
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated : Thu Nov 21 08:20:01 2024 | Cross-referenced by PHPXref |