Skip to content

Commit 31648a2

Browse files
author
Sine Jespersen
committed
5374: move styling to mobile
1 parent 5421b81 commit 31648a2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/stories/Blocks/status-userprofile/status-userprofile.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@
22
display: flex;
33
flex-direction: column;
44
column-gap: 25px;
5-
align-items: baseline;
5+
align-items: unset;
66

77
@include breakpoint-s {
8+
align-items: baseline;
89
flex-direction: row;
910
row-gap: 25px;
1011
}

0 commit comments

Comments
 (0)