Making WordPress.org


Ignore:
Timestamp:
12/06/2016 07:13:50 PM (9 years ago)
Author:
coffee2code
Message:

developer.wordpress.org: Add link to REST API handbook to front page.

Props kenshino.
Fixes #2304.

File:
1 edited

Legend:

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

    r4491 r4492  
    544544
    545545            .widget-description {
    546                 padding: 1em 15%;
     546                padding: 1em 0;
    547547            }
    548548        }
     
    550550        .widget-title {
    551551
    552             font-size: 62px;
    553             font-size: 6.2rem;
     552            font-size: 56px;
     553            font-size: 5.6rem;
    554554            line-height: 78px;
    555555            line-height: 7.8rem;
     
    563563                height: 8.4rem;
    564564                width: 8.4rem;
    565                 margin-right: 16px;
    566                 margin-right: 1.6rem;
     565                display: block;
     566                margin: 0 auto;
    567567            }
    568568        }
Note: See TracChangeset for help on using the changeset viewer.