Making WordPress.org

Changeset 6999


Ignore:
Timestamp:
04/02/2018 07:10:18 PM (7 years ago)
Author:
iandunn
Message:

WP15: Add space to make logo and About text more readable.

Props melchoyce.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wp15.wordpress.net/public_html/content/themes/twentyseventeen-wp15/style.css

    r6995 r6999  
    1010*/
    1111
     12
    1213body {
    1314    font-family: 'Source Sans Pro', sans-serif;
     
    7071    background-color: #00A0D2;
    7172    background-image: url( 'images/confetti-tile.svg' );
     73    background-size: 25%;
    7274    background-repeat: repeat;
    7375}
     
    7577.home .custom-header {
    7678    height: calc( 100vh - 105px );
     79    background-size: 30%;
    7780}
    7881
     
    9699    display: inline-block;
    97100    margin: auto auto 2em;
    98     padding: 0;
     101    padding: 2.5em;
     102    border-radius: 100%;
    99103    background-color: #00A0D2;
    100104}
     
    147151.wp10-nostalgia {
    148152    text-align: center;
     153}
     154
     155.page-slug-about h1 {
     156    margin: 2em auto 1em;
     157}
     158
     159.wp10-nostalgia {
     160    margin-top: 1em;
    149161}
    150162
Note: See TracChangeset for help on using the changeset viewer.