Making WordPress.org


Ignore:
Timestamp:
02/05/2019 07:28:11 PM (6 years ago)
Author:
coffee2code
Message:

Developer: Utilize full width of content area for Code Reference landing page.

Fixes #4147.

File:
1 edited

Legend:

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

    r7858 r8203  
    837837
    838838    .reference-landing .section, .search-section {
    839         max-width: 700px;
    840         max-width: 70rem;
     839        max-width: 970px;
     840        max-width: 97rem;
    841841        margin: 0 auto;
    842842        padding: 1.5em 1em;
     
    23952395            float: none;
    23962396            width: 100%;
    2397             padding: 1.5em 10%;
     2397            padding: 1.5em 2%;
    23982398            clear: both;
    23992399            text-align: center;
Note: See TracChangeset for help on using the changeset viewer.