Skip to content

Commit 786618a

Browse files
committed
move up blocks
1 parent af0e7bb commit 786618a

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

src/styles/cards/_base.scss

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,17 @@
6464
letter-spacing: .1rem;
6565
text-transform: uppercase;
6666
}
67+
&__title {
68+
font-size: 1.125rem;
69+
font-weight: 500;
70+
word-spacing: normal;
71+
letter-spacing: -.01rem;
72+
line-height: 26px;
73+
}
74+
&__subtitle {
75+
color: #000;
76+
font-size: 90%;
77+
}
6778
&__footer {
6879
display: flex;
6980
align-items: center;
@@ -80,17 +91,6 @@
8091
font-weight: 500;
8192
color: #787679;
8293
}
83-
&__title {
84-
font-size: 1.125rem;
85-
font-weight: 500;
86-
word-spacing: normal;
87-
letter-spacing: -.01rem;
88-
line-height: 26px;
89-
}
90-
&__subtitle {
91-
color: #000;
92-
font-size: 90%;
93-
}
9494
}
9595

9696
.card--expand {
@@ -125,7 +125,7 @@
125125
@media (min-width: 768px) {
126126
.card {
127127
&__title {
128-
font-size: 1.25rem;
128+
//font-size: 1.25rem;
129129
line-height: 30px;
130130
letter-spacing: -0.03rem;
131131
}

0 commit comments

Comments
 (0)