Making WordPress.org


Ignore:
Timestamp:
02/10/2020 08:33:58 PM (5 years ago)
Author:
coffee2code
Message:

Developer theme: Resize page title at smaller viewports so it doesn't wrap and overflow its container.

File:
1 edited

Legend:

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

    r9429 r9483  
    16741674        line-height: 1;
    16751675        border-bottom: 0;
     1676
     1677        @media screen and (max-width: 500px) {
     1678            font-size: 17px;
     1679            font-size: 4.5vw;
     1680            vertical-align: middle;
     1681            vertical-align: -moz-middle-with-baseline;
     1682            vertical-align: -webkit-baseline-middle;
     1683        }
    16761684    }
    16771685
     
    18911899            color: #555;
    18921900        }
     1901    }
     1902
     1903    .site-title {
     1904        margin-left: 0;
    18931905    }
    18941906
Note: See TracChangeset for help on using the changeset viewer.