Make desktop break at 800px
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Cassowary Rusnov 2023-01-10 17:43:26 -08:00
parent 2ccf54d6d3
commit dbe96c22cb
1 changed files with 1 additions and 1 deletions

View File

@ -230,7 +230,7 @@ footer#colophon .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-col
/* Normal desktop size */
@media (min-width: 770px) {
@media (min-width: 800px) {
header#masthead {
display: flex;
flex-direction: row;