Making WordPress.org

Changeset 12932


Ignore:
Timestamp:
10/05/2023 07:09:23 PM (12 months ago)
Author:
coffee2code
Message:

Breathe: Prevent longer handbook names in multi-handbook sites from overlapping breadcrumbs.

Props kajalgohel, nidhidhandhukiya, vijayhardaha, coffee2code.
Fixes #6175.

File:
1 edited

Legend:

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

    r12903 r12932  
    11311131    color: #aaa;
    11321132    margin-top: 1em;
     1133    margin-left: 25px;
     1134    margin-right: 35px;
    11331135    overflow: hidden;
    11341136    letter-spacing: 2px;
    1135     font-size: 1.5em;
     1137    line-height: 1.1em;
     1138    font-size: 1.3em;
    11361139    text-transform: uppercase;
    11371140    border-bottom: 0;
    11381141}
     1142@media(max-width: 680px) {
     1143    .handbook-name {
     1144        font-size: 1.1em;
     1145    }
     1146}
     1147@media(max-width: 480px) {
     1148    .handbook-name {
     1149        font-size: 1em;
     1150    }
     1151}
     1152
     1153
    11391154.handbook-name span {
    11401155    display: inline-block;
Note: See TracChangeset for help on using the changeset viewer.