File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ export const GlobalStyles = createGlobalStyle`
13
13
display: flex;
14
14
flex-direction: column;
15
15
align-items: center;
16
- min-height: 100vh ;
16
+ min-height: 100svh ;
17
17
18
18
::-webkit-scrollbar {
19
19
height: 0.5rem;
@@ -152,7 +152,7 @@ export const GlobalStyles = createGlobalStyle`
152
152
display: flex;
153
153
flex-direction: column;
154
154
width: 100%;
155
- min-height: 100vh ;
155
+ min-height: 100svh ;
156
156
justify-content: space-between;
157
157
}
158
158
ol, ul {
@@ -284,7 +284,7 @@ export const LinkButton = styled(Link)`
284
284
export const LogoSection = styled . div `
285
285
display: flex;
286
286
align-items: center;
287
- height: 50vh ;
287
+ height: 50svh ;
288
288
` ;
289
289
290
290
export const OcaImage = styled ( Icon ) `
Original file line number Diff line number Diff line change @@ -14,5 +14,5 @@ export const Tabloid = styled.div`
14
14
flex-flow: column;
15
15
align-items: center;
16
16
gap: 0.75rem;
17
- min-height: 80vh ;
17
+ min-height: 80svh ;
18
18
` ;
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ export const TextContainer = styled.div`
7
7
gap: 1rem;
8
8
width: 100%;
9
9
max-width: 1000px;
10
- min-height: 60vh ;
10
+ min-height: 60svh ;
11
11
flex-grow: 2;
12
12
13
13
ol,
You can’t perform that action at this time.
0 commit comments