Making WordPress.org


Ignore:
Timestamp:
06/21/2018 09:03:43 AM (7 years ago)
Author:
obenland
Message:

Main: Improve vertical rhythm on Get page

Props mapk.
See #3673.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/css/components/_page-get.scss

    r7324 r7325  
    2828
    2929    section.download {
     30        padding-top: 0;
    3031        text-align: center;
    3132       
     
    7071        .web-stores { //mobile section
    7172            @extend .clear;
    72             margin: 2rem auto 0;
    7373            width: 100%;
    74 
    7574
    7675            a {
     
    7877                margin: 10px;
    7978                width: 150px;
    80             }
    81 
    82             @include breakpoint( $ms-breakpoint ) {
    83                 margin: 4rem auto 0;
    8479            }
    8580        }
     
    9893    section + section {
    9994        border-top: 2px solid #eee;
    100 
    10195    }
    10296
    10397    .call-to-action {
    10498        display: block;
    105         font-size: ms(-1);
    106         margin: 2rem 0 2rem;
     99        font-size: ms( -1 );
     100        margin: 2rem 0;
    107101
    108102        @include breakpoint( $ms-breakpoint ) {
    109103            font-size: ms( -2 );
    110             margin: 3rem 0 2rem;
    111104        }
    112105
     106        &:last-child {
     107            margin-bottom: 0;
     108        }
    113109    }
    114110
Note: See TracChangeset for help on using the changeset viewer.