We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1baaae7 commit 5b8e9bbCopy full SHA for 5b8e9bb
1 file changed
static/css/v3/posts-list.css
@@ -108,7 +108,7 @@
108
109
.post-card__thumbnail {
110
flex: 1 0 auto;
111
- align-self: center;
+ align-self: flex-start;
112
position: relative;
113
border-radius: var(--border-radius-s);
114
overflow: hidden;
@@ -162,7 +162,7 @@
162
}
163
164
.post-card__row {
165
- flex-direction: column;
+ flex-direction: column-reverse;
166
167
168
@@ -180,13 +180,6 @@
180
181
182
183
-@media (max-width: 1279px) {
184
- .post-card__thumbnail {
185
- align-self: flex-start;
186
- }
187
-}
188
-
189
190
/*
191
##########################
192
# Filter Submit Button #
0 commit comments