Skip to content

Commit 5b8e9bb

Browse files
committed
PR feedback
1 parent 1baaae7 commit 5b8e9bb

1 file changed

Lines changed: 2 additions & 9 deletions

File tree

static/css/v3/posts-list.css

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108

109109
.post-card__thumbnail {
110110
flex: 1 0 auto;
111-
align-self: center;
111+
align-self: flex-start;
112112
position: relative;
113113
border-radius: var(--border-radius-s);
114114
overflow: hidden;
@@ -162,7 +162,7 @@
162162
}
163163

164164
.post-card__row {
165-
flex-direction: column;
165+
flex-direction: column-reverse;
166166
}
167167

168168
.post-card__thumbnail {
@@ -180,13 +180,6 @@
180180
}
181181

182182

183-
@media (max-width: 1279px) {
184-
.post-card__thumbnail {
185-
align-self: flex-start;
186-
}
187-
}
188-
189-
190183
/*
191184
##########################
192185
# Filter Submit Button #

0 commit comments

Comments
 (0)