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 8ea9ebd commit 9436959Copy full SHA for 9436959
ui/src/articles/components/ArticleCard.module.css
@@ -79,7 +79,7 @@
79
.illustration {
80
flex-direction: column;
81
display: flex;
82
- background: #ebebeb;
+ background: #efefef;
83
height: fit-content;
84
}
85
@@ -91,10 +91,11 @@
91
92
@media (max-width: 767px) {
93
94
- padding: 1em 1em 0 1em;
+ margin: 1em 1em 0;
95
+ border-radius: 1em;
96
+ overflow: clip;
97
98
.illustration > img {
99
max-width: 100%;
- border-radius: 1em;
100
101
0 commit comments