Skip to content

Commit 5f8ebad

Browse files
committed
Add flex direction
1 parent b718a47 commit 5f8ebad

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

components/errors/errors.module.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,14 @@
99
width: 100%;
1010
height: 100%;
1111
display: flex;
12+
flex-direction: column;
1213
justify-content: center;
1314
align-items: center;
1415
padding: 2rem;
16+
17+
@include theme.pc {
18+
flex-direction: row;
19+
}
1520
}
1621

1722
.errorImage {

0 commit comments

Comments
 (0)