Changeset 7781
- Timestamp:
- 10/26/2018 09:53:17 PM (8 years ago)
- Location:
- sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer
- Files:
-
- 2 edited
-
scss/main.scss (modified) (1 diff)
-
stylesheets/main.css (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/scss/main.scss
r7754 r7781 909 909 .new-in-guide.two-columns .box { 910 910 width: 43%; 911 @media ( max-width: 688px ) { 912 width: 100%; 913 } 911 914 } 912 915 .new-in-guide.two-columns .box:first-child { 913 916 width: 53%; 917 @media ( max-width: 688px ) { 918 width: 100%; 919 } 914 920 } 915 921 -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/stylesheets/main.css
r7754 r7781 1281 1281 } 1282 1282 1283 @media (max-width: 688px) { 1284 .devhub-wrap .new-in-guide.two-columns .box { 1285 width: 100%; 1286 } 1287 } 1288 1283 1289 .devhub-wrap .new-in-guide.two-columns .box:first-child { 1284 1290 width: 53%; 1291 } 1292 1293 @media (max-width: 688px) { 1294 .devhub-wrap .new-in-guide.two-columns .box:first-child { 1295 width: 100%; 1296 } 1285 1297 } 1286 1298
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)