Skip to content

Commit 7354a1c

Browse files
authored
Merge pull request #122 from OCA-UFCG/refact/phone_responsiveness
refact: update phone responsiveness
2 parents bbf1178 + 3b906a3 commit 7354a1c

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

src/app/globalStyles.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export const GlobalStyles = createGlobalStyle`
1313
display: flex;
1414
flex-direction: column;
1515
align-items: center;
16-
min-height: 100vh;
16+
min-height: 100svh;
1717
1818
::-webkit-scrollbar {
1919
height: 0.5rem;
@@ -152,7 +152,7 @@ export const GlobalStyles = createGlobalStyle`
152152
display: flex;
153153
flex-direction: column;
154154
width: 100%;
155-
min-height: 100vh;
155+
min-height: 100svh;
156156
justify-content: space-between;
157157
}
158158
ol, ul {
@@ -284,7 +284,7 @@ export const LinkButton = styled(Link)`
284284
export const LogoSection = styled.div`
285285
display: flex;
286286
align-items: center;
287-
height: 50vh;
287+
height: 50svh;
288288
`;
289289

290290
export const OcaImage = styled(Icon)`

src/app/infra/styles.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ export const Tabloid = styled.div`
1414
flex-flow: column;
1515
align-items: center;
1616
gap: 0.75rem;
17-
min-height: 80vh;
17+
min-height: 80svh;
1818
`;

src/components/AboutSection/AboutSection.styles.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export const TextContainer = styled.div`
77
gap: 1rem;
88
width: 100%;
99
max-width: 1000px;
10-
min-height: 60vh;
10+
min-height: 60svh;
1111
flex-grow: 2;
1212
1313
ol,

0 commit comments

Comments
 (0)