⚡ NEW: Changeset/ - Complete Album!

Changeset 6898


Ignore:
Timestamp:
03/21/2018 06:28:10 AM (8 years ago)
Author:
dd32
Message:

Main: About: Update the stylings for the sections from h4 to h3.

H/t rianrietveld.
See #3046.

Location:
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/css
Files:
4 edited

Legend:

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

    r6897 r6898  
    178178            }
    179179
    180             h4, p {
     180            h3, p {
    181181                clear: none;
    182182                margin-top: 0;
     
    207207        }
    208208
    209         h4 {
     209        h3 {
    210210            font-weight: 300;
     211            font-size: ms( 2 );
     212        }
     213    }
     214
     215    .areas {
     216        h3 {
     217            @extend h4;
    211218        }
    212219    }