Changeset 11901 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/scss/main.scss
- Timestamp:
- 05/31/2022 09:34:24 PM (18 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/scss/main.scss
r11659 r11901 28 28 29 29 #content, #content-area { 30 padding: 0 10px;30 padding: 0 #{"max( 20px, 2% )"}; 31 31 32 32 .toc-heading { … … 300 300 .site-content:after, 301 301 .site-footer:before, 302 .site-footer:after { 302 .site-footer:after, 303 section:after { 303 304 content: ''; 304 305 display: table; … … 309 310 .comment-content:after, 310 311 .site-content:after, 311 .site-footer:after { 312 .site-footer:after, 313 section:after { 312 314 clear: both; 313 315 } … … 506 508 */ 507 509 508 section {509 overflow: auto;510 }511 512 section.error-404 {513 overflow: visible;514 }515 510 .home-landing .section { 516 511 padding: 50px 0 10px; … … 2091 2086 border-left: none; 2092 2087 } 2093 2088 2094 2089 &.menu-item-has-children > .expandable > a { 2095 2090 padding-right: 30px; … … 2358 2353 width: 100%; 2359 2354 2360 #content,2361 #content-area,2362 2355 .inner-wrap { 2363 2356 max-width: 100%; … … 2369 2362 width: 100%; 2370 2363 } 2371 }2372 #content-area {2373 padding-left: 2%;2374 2364 } 2375 2365 … … 2397 2387 .sourcefile { 2398 2388 float: left; 2399 }2400 }2401 #content-area {2402 @media (max-width: 43em) {2403 padding-left: 2%;2404 2389 } 2405 2390 }
Note: See TracChangeset
for help on using the changeset viewer.