Making WordPress.org

Changeset 103


Ignore:
Timestamp:
10/11/2013 01:22:41 PM (10 years ago)
Author:
Otto42
Message:

Add minor CSS tweaks to make home. props melchoyce. See #201

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-makehome/style.css

    r91 r103  
    160160/* section.get-involved */
    161161
     162section.get-involved {
     163    padding: 20px 0 60px;
     164}
     165
    162166section.get-involved h2 {
    163     font-family: "Open Sans";
     167    font-family: "Open Sans", sans-serif;
    164168    font-weight: 600;
    165169    padding-bottom: 0.5em;
     
    175179    width: 420px;
    176180    width: calc( 100% / 2 - 60px );
    177     font-size: 11pt;
     181    min-height: 190px;
     182    font-size: 1.5em;
    178183    background: #fff;
    179184    float: left;
     
    225230section.get-involved article p {
    226231    font-size: 1em;
    227     line-height: 1.3;
     232    line-height: 1.5;
    228233}
    229234
Note: See TracChangeset for help on using the changeset viewer.