diff --git a/public_html/style.css b/public_html/style.css
index 25f3f90..4fa1f36 100644
--- a/public_html/style.css
+++ b/public_html/style.css
@@ -940,7 +940,7 @@ article.album a:hover {
-------------------------------------------------------------------------------*/
/* Media query for desktop */
-@media screen and (min-width: 931px) {
+@media screen and (min-width: 1245px) {
#wrapper {
margin: 4rem 3rem;
flex-wrap: nowrap;
@@ -989,7 +989,7 @@ article.album a:hover {
}
/* Media query for mobile */
-@media screen and (max-width: 930px) {
+@media screen and (max-width: 1244px) {
#wrapper {
margin: 1em auto;