Skip to content

Commit 45211a2

Browse files
committed
add styles for heading container
1 parent b1529d8 commit 45211a2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/features/common/components/card/card.module.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,12 @@
5656
}
5757
}
5858

59+
.headline__container {
60+
display: flex;
61+
flex-direction: column;
62+
gap: 0;
63+
}
64+
5965
.title__container {
6066
grid-column: 1/-1;
6167
width: 100%;

0 commit comments

Comments
 (0)