Skip to content

Commit cd03700

Browse files
committed
add responsive style to intro article component
1 parent 364e446 commit cd03700

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1+
@use "@/libs/theme/styles/variables" as *;
2+
13
.container {
24
min-height: 100vh;
35
display: flex;
4-
flex-direction: row
5-
}
6+
flex-direction: column;
67

7-
@media (max-width: 768px) {
8-
.container {
9-
flex-direction: column;
8+
@media #{$breakpoint-dimension-sm} {
9+
flex-direction: row;
1010
}
1111
}

0 commit comments

Comments
 (0)