File tree Expand file tree Collapse file tree 2 files changed +11
-4
lines changed
Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 2020}
2121
2222@media screen and (max-width : 839px ) {
23- .news-listing li > div : not (.article-teaser-text ) {
23+ .news-listing li > div : not (.article-teaser-text ) {
2424 margin-block-end : var (--space-s );
2525 }
2626}
3737 box-shadow : none;
3838}
3939
40- .news-listing li > div : not (.article-teaser-text ) {
40+ .news-listing li > div : not (.article-teaser-text ) {
4141 flex : none;
4242}
4343
8080
8181.news-profile {
8282 display : flex;
83+ flex-direction : column;
8384 gap : var (--space-xs );
8485 align-items : center;
8586 margin-block-end : var (--space-s );
8687}
8788
89+ @media screen and (min-width : 480px ) {
90+ .news-profile {
91+ flex-direction : row;
92+ }
93+ }
94+
8895.news-profile : first-of-type {
8996 margin-block-start : var (--space-m );
9097 padding-block-start : var (--space-m );
100107 gap : var (--space-xs );
101108 list-style : none;
102109 padding-inline-start : 0 ;
103- }
110+ }
Original file line number Diff line number Diff line change 11global-styling :
2- version : 1.7.2
2+ version : 1.7.3
33 css :
44 theme :
55 css/fonts.css : {}
You can’t perform that action at this time.
0 commit comments