Making WordPress.org


Ignore:
Timestamp:
03/12/2024 04:35:54 AM (14 months ago)
Author:
adamwood
Message:

wporg-support-2024: Reconfigure front page content

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support-2024/sass/site/_site.scss

    r13272 r13309  
    251251body:not(.trac):not(.home-page):not(.home) #main {
    252252    margin-top: 0;
     253}
     254
     255body:not(.trac):not(.home-page) #main {
    253256    padding: var(--wp--preset--spacing--50) var(--wp--preset--spacing--edge-space) var(--wp--preset--spacing--10);
    254257}
     
    271274        width: unset;
    272275    }
    273 }
    274 
    275 // For the homepage, we don't want to have the default site main padding
    276 body.home #page .site-main {
    277     padding: 5rem 1rem;
    278276}
    279277
Note: See TracChangeset for help on using the changeset viewer.