Making WordPress.org


Ignore:
Timestamp:
02/12/2018 10:05:18 PM (7 years ago)
Author:
obenland
Message:

Main: Smaller font for shapes & subtitle

Props mapk.
See #3046.

File:
1 edited

Legend:

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

    r6606 r6608  
    11body.page-about,
    22body.page-template-about {
     3    overflow-x: hidden;
     4
    35    .entry-header {
    46        padding: ms( 4 ) ms( 1 );
     
    1416        .entry-description {
    1517            color: rgba( 255, 255, 255, 0.8);
    16             font-size: ms( 4 );
     18            font-size: ms( 2 );
    1719            margin-top: -0.4rem;
    18         }
    19     }
    20 
    21     .entry-content {
    22         overflow: hidden;
    23 
    24         @include breakpoint( 640px ) {
    25             overflow: initial;
    2620        }
    2721    }
     
    3832            margin: 0 auto;
    3933            opacity: 0.9;
    40             padding: 4.2rem 0;
     34            padding: 4.7rem 0;
    4135            position: absolute;
    4236            text-align: center;
     
    4741                font-size: ms( 12 );
    4842                height: 64px;
     43                position: relative;
     44                right: 1rem;
    4945                transform: skew( 15deg );
    5046                width: 64px;
     
    9389            .shape {
    9490                height: 336px;
    95                 padding: 6.555rem 0;
     91                padding: 7rem 0;
    9692                width: 400px;
    9793            }
     
    10399            .shape {
    104100                height: 315px;
    105                 padding: 4.5rem 0;
     101                padding: 5rem 0;
    106102                width: 480px;
    107103
     
    120116            .shape {
    121117                height: 282px;
    122                 padding: 3.55rem 0;
     118                padding: 4rem 0;
    123119                width: 430px;
    124120
     
    141137            .shape {
    142138                height: 380px;
    143                 padding: 5.66rem 0;
     139                padding: 6rem 0;
    144140                width: 580px;
    145141
Note: See TracChangeset for help on using the changeset viewer.