Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit ff538c1

Browse files
authored
Kevin/fix style on safari (#2085)
* fix style on safari * fix safari 13.0 prob * fix safari problem * fix safari problem * flex fix
1 parent c1fad75 commit ff538c1

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

src/pages/academy/components/recent-featured-posts/_style.js

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ export const MainArticle = styled(Flex)`
8383
export const Description = styled.div`
8484
position: absolute;
8585
left: 0;
86+
bottom: 0;
8687
padding: 24px 40px 0 40px;
8788
margin-bottom: 80px;
8889
@@ -222,10 +223,16 @@ export const SmallArticleLeftContent = styled(Flex)`
222223
export const SmallArticleRightContent = styled(Flex)`
223224
margin-left: 10px;
224225
flex-direction: column;
226+
/* stylelint-disable */
227+
-webkit-justify-content: space-between;
228+
/* stylelint-enable */
225229
justify-content: space-between;
226230
227231
@media ${device.laptopM} {
228232
justify-content: flex-start;
233+
/* stylelint-disable */
234+
-webkit-justify-content: flex-start;
235+
/* stylelint-enable */
229236
}
230237
231238
@media (max-width: 425px) {
@@ -268,6 +275,10 @@ export const SmallArticleTopContent = styled(Flex)`
268275
height: 30px;
269276
justify-content: flex-start;
270277
flex-direction: column;
278+
/* stylelint-disable */
279+
flex: 1 1 15em;
280+
-webkit-flex: 1 1 15em;
281+
/* stylelint-enable */
271282
@media ${device.laptopM} {
272283
flex-direction: row;
273284

0 commit comments

Comments
 (0)