Making WordPress.org


Ignore:
Timestamp:
11/17/2017 01:31:00 PM (7 years ago)
Author:
obenland
Message:

Main: Bring back localized showcase teaser.

Also fixes line-breaking headlines in some locales.

H/t netveb.
See #2861.

File:
1 edited

Legend:

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

    r6058 r6142  
    77        background: $color__wp-blue;
    88        padding: 1rem 0;
    9         position: relative;
    109
    1110        .entry-title {
     
    1615            margin: 0 auto;
    1716            max-width: 960px;
    18             padding: 0 ms(4);
     17            padding: 0 ms( 4 );
    1918
    2019            @include breakpoint( $ms-breakpoint ) {
     
    2423
    2524        &.home {
    26             padding: ms(4) ms(1);
     25            padding: ms( 4 ) ms( 1 );
    2726            text-align: center;
    2827        }
Note: See TracChangeset for help on using the changeset viewer.