Making WordPress.org

Ticket #201: 201.diff

File 201.diff, 774 bytes (added by melchoyce, 10 years ago)
  • style.css

     
    159159
    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;
    166170}
     
    174178        padding: 20px;
    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;
    180185        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
     
    224229
    225230section.get-involved article p {
    226231        font-size: 1em;
    227         line-height: 1.3;
     232        line-height: 1.5;
    228233}
    229234
    230235section.get-involved article small {