Making WordPress.org


Ignore:
Timestamp:
10/30/2014 01:39:19 PM (10 years ago)
Author:
coffee2code
Message:

developer.wordpress.org: change icon and spacing for code reference section of landing page

File:
1 edited

Legend:

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

    r943 r958  
    518518        }
    519519        .inner-wrap {
    520             max-width: 700px;
    521             max-width: 70rem;
    522             margin: 0 auto;
     520            max-width: 760px;
     521            max-width: 76rem;
     522            margin: 1.2em auto 0;
    523523
    524524            .code-ref-left {
    525525                float: left;
    526                 width: 70%;
     526                width: 60%;
    527527                clear: none;
    528528            }
    529529            .code-ref-right {
    530530                float: left;
    531                 width: 30%;
     531                width: 40%;
    532532                clear: none;
    533             }
    534 
    535             .go {
    536                 float: right;
     533                margin-top: 1.1em;
     534                text-align: center;
    537535            }
    538536
    539537            @media ( max-width: 43em ) {
    540 
    541538                .code-ref-left,
    542539                .code-ref-right {
     
    560557            font-size: 40px;
    561558            font-size: 5rem;
    562             line-height: 50px;
    563             line-height: 5rem;
     559            line-height: 68px;
     560            line-height: 6.8rem;
    564561            .dashicons {
    565                 font-size: 50px;
    566                 font-size: 5rem;
    567                 line-height: 50px;
    568                 line-height: 5rem;
    569                 height: 50px;
    570                 width: 50px;
    571                 height: 5rem;
    572                 width: 5rem;
     562                font-size: 68px;
     563                font-size: 6.8rem;
     564                line-height: 68px;
     565                line-height: 6.8rem;
     566                height: 6.8px;
     567                width: 6.8px;
     568                height: 6.8rem;
     569                width: 6.8rem;
    573570            }
    574571        }
    575572        .widget-description {
    576             margin-left: 65px;
    577             margin-left: 6.5rem;
     573            margin-left: 85px;
     574            margin-left: 8.5rem;
    578575        }
    579576
Note: See TracChangeset for help on using the changeset viewer.