We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46293f4 commit e81928eCopy full SHA for e81928e
1 file changed
index.css
@@ -111,8 +111,8 @@ dialog {
111
/* CLASSES */
112
113
.card {
114
- display: flex;
115
- height: 100%;
+ display: block;
+ height: auto;
116
margin: 0;
117
min-width: 0;
118
}
@@ -252,28 +252,12 @@ dialog {
252
height: auto;
253
gap: 1.5rem;
254
255
-
256
- .card {
257
- max-height: 400px;
258
- }
259
260
- .card img {
261
- height: 250px;
262
263
264
265
@media (max-width: 600px) {
266
.cardsRow {
267
gap: 1rem;
268
269
270
271
- max-height: 350px;
272
273
274
275
- height: 200px;
276
277
278
279
.posts-grid {
0 commit comments