Making WordPress.org

Changeset 14041


Ignore:
Timestamp:
09/10/2024 10:01:45 AM (19 months ago)
Author:
adamwood
Message:

Make 2024: Adjust header layout for sites with no welcome box

See https://github.com/WordPress/wordpress.org/issues/363

File:
1 edited

Legend:

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

    r14040 r14041  
    187187}
    188188
     189/* Local navigation */
     190
    189191.wp-block-wporg-local-navigation-bar {
    190192    padding-left: var(--wp--preset--spacing--edge-space);
    191193    padding-right: var(--wp--preset--spacing--edge-space);
     194}
     195
     196/* For sites with no welcome box */
     197.wp-block-wporg-local-navigation-bar + .site {
     198    margin-top: var(--wp--preset--spacing--50);
    192199}
    193200
Note: See TracChangeset for help on using the changeset viewer.