Making WordPress.org

Ticket #6289: 6289.diff

File 6289.diff, 717 bytes (added by aezazshekh, 2 years ago)

added patch

  • wordpress.org/public_html/wp-content/themes/pub/wporg-photos/css/components/_site.scss

    diff --git a/wordpress.org/public_html/wp-content/themes/pub/wporg-photos/css/components/_site.scss b/wordpress.org/public_html/wp-content/themes/pub/wporg-photos/css/components/_site.scss
    index b130b723b..844f77edb 100644
    a b body.archive #main article.taxonomy-photo_orientation { 
    587587        padding-top: 1rem;
    588588        text-align: center;
    589589}
     590
     591@media screen and ( max-width: 767px ) {
     592        .navigation {
     593                padding-right: 0;
     594                .nav-links {
     595                        display: flex;
     596                        justify-content: center;
     597                }
     598        }
     599}
     600 No newline at end of file