Making WordPress.org


Ignore:
Timestamp:
09/26/2022 06:03:26 PM (3 years ago)
Author:
ryelle
Message:

Pattern Directory: Sync with git WordPress/pattern-directory@f190e6c

File:
1 edited

Legend:

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

    r11672 r12085  
    11body.page {
    22    .entry-header {
     3        margin: 2rem auto 1rem;
     4        padding: 0;
     5        max-width: 960px;
    36        background: none;
    4         padding: 0;
    57
    68        .entry-title {
     9            margin: 0 $gutter-default;
    710            color: inherit;
    8             margin: 2rem auto 1rem;
    9             max-width: 960px;
    1011
    11             @include breakpoint( $ms-breakpoint ) {
    12                 padding: 0 10px;
     12            @media only screen and ( min-width: #{$breakpoint-large} ) {
     13                margin: 0;
    1314            }
    1415        }
Note: See TracChangeset for help on using the changeset viewer.