Making WordPress.org


Ignore:
Timestamp:
04/30/2015 11:32:54 PM (10 years ago)
Author:
coffee2code
Message:

developer.wordpress.org: Responsive improvements for front page.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/scss/main.scss

    r1504 r1528  
    530530                width: 60%;
    531531                clear: none;
     532                text-align: center;
    532533            }
    533534            .code-ref-right {
     
    544545                    float: none;
    545546                    width: 100%;
    546                     padding: 1.5em 10%;
     547                    padding: 0 4px;
    547548                    clear: both;
    548549                    text-align: center;
     550                }
     551                .code-ref-left .widget-description {
     552                    margin-left: 0;
    549553                }
    550554
     
    14161420    }
    14171421
    1418     .section .box,
    1419     .home-primary-content,
    1420     .reference-landing .section {
    1421         float: none;
    1422         width: 100%;
    1423         padding: 1.5em 10%;
    1424         clear: both;
    1425         text-align: center;
    1426         display: block;
    1427     }
    1428     .reference-landing .section .box,
    1429     .sidebar .box {
    1430         padding: 0;
    1431         margin-bottom: 1.5em;
    1432     }
    1433     .home-primary-content .entry-content,
    1434     .reference-landing .section {
    1435         text-align: left;
    1436     }
    1437 
    14381422    .devhub-wrap {
     1423        .three-columns .box,
     1424        .section .box,
     1425        .home-primary-content,
     1426        .reference-landing .section {
     1427            float: none;
     1428            width: 100%;
     1429            padding: 1.5em 10%;
     1430            clear: both;
     1431            text-align: center;
     1432            display: block;
     1433        }
     1434        .reference-landing .section .box,
     1435        .sidebar .box {
     1436            padding: 0;
     1437            margin-bottom: 1.5em;
     1438        }
     1439        .home-primary-content .entry-content,
     1440        .reference-landing .section {
     1441            text-align: left;
     1442        }
     1443
    14391444        .horizontal-list li {
    14401445            display: block;
Note: See TracChangeset for help on using the changeset viewer.