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 { |
587 | 587 | padding-top: 1rem; |
588 | 588 | text-align: center; |
589 | 589 | } |
| 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 |