Make WordPress Core

Ticket #52004: 52004.diff

File 52004.diff, 573 bytes (added by mukesh27, 4 years ago)

Initial Patch.

  • wp-content/themes/twentytwentyone/style.css

    diff --git a/wp-content/themes/twentytwentyone/style.css b/wp-content/themes/twentytwentyone/style.css
    index aa11f38edf..5e8473c2eb 100644
    a b h1.entry-title { 
    41554155        margin: var(--global--spacing-vertical) 0 !important;
    41564156        max-width: 100% !important;
    41574157}
    4158 @media only screen and (min-width: 482px) {
    4159 
    4160         .entry-content > iframe[style] {
    4161                 max-width: var(--global--spacing-vertical) !important;
    4162         }
    4163 }
    41644158
    41654159.entry-footer {
    41664160        color: var(--global--color-primary);