diff --git a/index.htm b/index.htm index b80020f..fd2f122 100644 --- a/index.htm +++ b/index.htm @@ -231,6 +231,9 @@ @media screen and (max-width: 600px) { /* Styles for screens with a maximum width of 600px */ + #gallery-header { + text-align: left; + } .slider-container { width: 90%; } diff --git a/offerings.html b/offerings.html index fb9ca60..16b5582 100644 --- a/offerings.html +++ b/offerings.html @@ -233,6 +233,9 @@ @media screen and (max-width: 600px) { /* Styles for screens with a maximum width of 600px */ + #gallery-header { + text-align: left; + } .slider-container { width: 90%; } diff --git a/story.html b/story.html index 6f5425d..aef2e38 100644 --- a/story.html +++ b/story.html @@ -232,6 +232,9 @@ @media screen and (max-width: 600px) { /* Styles for screens with a maximum width of 600px */ + #gallery-header { + text-align: left; + } .slider-container { width: 90%; } diff --git a/team.html b/team.html index d49d8ad..6b1bed4 100644 --- a/team.html +++ b/team.html @@ -233,6 +233,9 @@ @media screen and (max-width: 600px) { /* Styles for screens with a maximum width of 600px */ + #gallery-header { + text-align: left; + } .slider-container { width: 90%; }