Skip to content

Commit

Permalink
scroll phone fix
Browse files Browse the repository at this point in the history
  • Loading branch information
DianaRCruz committed Apr 28, 2024
1 parent 6dd57d8 commit 9b2b6b2
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -325,6 +325,9 @@ position: relative;}


@media screen and (max-width: 800px) {
body {max-width: 100%;
max-height: 100%;
overflow-y: hidden; }
header {flex-direction:column-reverse;
.heading1 {
font-size:x-large;
Expand All @@ -336,6 +339,9 @@ position: relative;}
} }}

@media screen and (max-width: 540px) {
body {max-width: 100%;
max-height: 100%;
overflow-y: hidden; }
header {flex-direction:column-reverse;
.heading1 {
font-size:large;
Expand All @@ -351,6 +357,9 @@ position: relative;}
}}}

@media screen and (max-width: 400px) {
body {max-width: 100%;
max-height: 100%;
overflow-y: hidden; }
header {flex-direction:column-reverse;
.heading1 {
font-size:medium;
Expand All @@ -367,6 +376,9 @@ position: relative;}
}}}

@media screen and (max-width: 377px) {
body {max-width: 100%;
max-height: 100%;
overflow-y: hidden; }
header {flex-direction:column-reverse;
.heading1 {
font-size:small;
Expand All @@ -378,6 +390,9 @@ position: relative;}
}}}

@media screen and (max-width: 307px) {
body {max-width: 100%;
max-height: 100%;
overflow-y: hidden; }
header {flex-direction:column-reverse;
.heading1{
font-size:x-small;
Expand Down

0 comments on commit 9b2b6b2

Please sign in to comment.