Skip to content

Commit e05c9c4

Browse files
committed
update title size
1 parent 68912cc commit e05c9c4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/styles/cards/_base.scss

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@
9494
flex-direction: row;
9595
.card {
9696
&__image {
97-
flex: 1;
9897
img {
9998
width: 150px;
10099
height: 150px;
@@ -104,6 +103,10 @@
104103
&__content {
105104
flex: 1;
106105
}
106+
&__title {
107+
font-size: 1.125rem;
108+
line-height: 26px;
109+
}
107110
&__label {
108111
display: none;
109112
}

0 commit comments

Comments
 (0)