This repository was archived by the owner on May 20, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed
src/pages/academy/components/recent-featured-posts Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -83,6 +83,7 @@ export const MainArticle = styled(Flex)`
83
83
export const Description = styled . div `
84
84
position: absolute;
85
85
left: 0;
86
+ bottom: 0;
86
87
padding: 24px 40px 0 40px;
87
88
margin-bottom: 80px;
88
89
@@ -222,10 +223,16 @@ export const SmallArticleLeftContent = styled(Flex)`
222
223
export const SmallArticleRightContent = styled ( Flex ) `
223
224
margin-left: 10px;
224
225
flex-direction: column;
226
+ /* stylelint-disable */
227
+ -webkit-justify-content: space-between;
228
+ /* stylelint-enable */
225
229
justify-content: space-between;
226
230
227
231
@media ${ device . laptopM } {
228
232
justify-content: flex-start;
233
+ /* stylelint-disable */
234
+ -webkit-justify-content: flex-start;
235
+ /* stylelint-enable */
229
236
}
230
237
231
238
@media (max-width: 425px) {
@@ -268,6 +275,10 @@ export const SmallArticleTopContent = styled(Flex)`
268
275
height: 30px;
269
276
justify-content: flex-start;
270
277
flex-direction: column;
278
+ /* stylelint-disable */
279
+ flex: 1 1 15em;
280
+ -webkit-flex: 1 1 15em;
281
+ /* stylelint-enable */
271
282
@media ${ device . laptopM } {
272
283
flex-direction: row;
273
284
You can’t perform that action at this time.
0 commit comments