We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f85703 commit d57f324Copy full SHA for d57f324
src/styles/cards/_base.scss
@@ -94,11 +94,14 @@
94
flex-direction: row;
95
.card {
96
&__image {
97
- flex: 2;
+ flex: 1;
98
}
99
&__content {
100
flex: 2;
101
102
+ &__label {
103
+ display: none;
104
+ }
105
&__footer .card__author {
106
display: none;
107
src/styles/cards/_stacked-label.scss
@@ -5,6 +5,7 @@
5
6
&__label {
7
position: absolute;
8
+ display: block;
9
background-color: $accent;
10
color: $light-color;
11
bottom: 5px;
0 commit comments