Skip to content

Commit

Permalink
mobile layout fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Resaki1 committed Sep 29, 2023
1 parent 37d6567 commit 96ec6af
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
8 changes: 6 additions & 2 deletions src/components/Mobile.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
max-height: 900px;
background: #f2f6ffff;
gap: 128px;
overflow-x: clip;
}

.mobile__image {
Expand Down Expand Up @@ -46,7 +47,6 @@
width: 25%;
max-width: 600px;
margin-right: auto;
overflow-x: hidden;

> h2,
p {
Expand All @@ -72,6 +72,10 @@
gap: 16px;
}

.mobile__dots {
display: none;
}

.mobile__image {
width: 100%;
justify-content: center;
Expand All @@ -88,7 +92,7 @@

.mobile__text {
margin: 0;
width: 100%;
width: 90%;
}
}

Expand Down
2 changes: 1 addition & 1 deletion src/views/AboutUs/AboutUs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
flex-direction: column;
gap: 0;
text-align: center;
padding: 64px 0 128px 0;
padding: 0 0 12vw 0;
background-size: 100%;
background-position: 100% 180%;
}
Expand Down
1 change: 1 addition & 0 deletions src/views/ReachNewHeights/ReachNewHeights.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
background-size: cover;
min-height: 1160px;
padding: 120px 0 61px 0;
overflow: hidden;
}

.reach-new-heights__content {
Expand Down

0 comments on commit 96ec6af

Please sign in to comment.