diff --git a/_sass/_layout.scss b/_sass/_layout.scss index f08ae03..1102120 100644 --- a/_sass/_layout.scss +++ b/_sass/_layout.scss @@ -38,7 +38,7 @@ header { display: flex; // new } - @media (min-width: $mobile-break) { + @media (max-width: $mobile-break) { // from min to max background-size: contain; background-position: calc(50% - 300px) calc(100% + 20px); padding-bottom: 0px; // new