Making WordPress.org

Changeset 9571


Ignore:
Timestamp:
03/06/2020 09:38:54 PM (7 years ago)
Author:
coffee2code
Message:

Showcase: Ensure adequate spacing between main content and footer.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-showcase/style.css

    r9520 r9571  
    377377#pagebody {
    378378        font-size: 13px;
     379        overflow: auto;
    379380}
    380381
     
    776777        text-align: right;
    777778        font-weight: bold;
    778         margin: 20px 25px 100px 25px;
     779        margin: 20px 25px 50px 25px;
    779780
    780781}
     
    808809}
    809810
     811#wporg-footer {
     812        margin-top: 50px;
     813}
     814
    810815/* Large devices */
    811816@media ( max-width: 992px ) {
Note: See TracChangeset for help on using the changeset viewer.