Making WordPress.org

Changeset 11822


Ignore:
Timestamp:
05/05/2022 08:34:20 AM (4 years ago)
Author:
coffee2code
Message:

Breathe: Add more spacing between breadcrumbs and main content to account for longer breadcrumbs.

Props aezazshekh, tobifjellner, coffee2code.
Fixes #6212.

File:
1 edited

Legend:

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

    r11821 r11822  
    11901190
    11911191.single-handbook .handbook-breadcrumbs ~ #primary {
    1192         padding-top: 8rem;
     1192        padding-top: 9rem;
    11931193}
    11941194
     
    15181518                right: initial;
    15191519        }
     1520
     1521        .single-handbook .handbook-breadcrumbs ~ #primary {
     1522                padding-top: 10rem;
     1523        }
    15201524}
    15211525
Note: See TracChangeset for help on using the changeset viewer.