Skip to content

Commit f13f915

Browse files
committed
mobile layout
1 parent 4c21476 commit f13f915

1 file changed

Lines changed: 9 additions & 4 deletions

File tree

styles/theme-base.css

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1533,17 +1533,22 @@ td {
15331533
content: attr(data-label);
15341534
}
15351535

1536-
.news__item {
1536+
.news__heading,
1537+
.news__content {
15371538
flex-direction: column;
1538-
gap: calc(var(--spacing) * 5);
1539+
align-items: flex-start;
1540+
gap: var(--spacing);
15391541
}
15401542

1543+
.news__content {
1544+
gap: calc(var(--spacing) * 3);
1545+
}
15411546
.news__image {
1542-
order: 1;
15431547
width: 100%;
1548+
order: 1;
15441549
}
15451550

1546-
.news__content {
1551+
.news__text {
15471552
order: 2;
15481553
}
15491554
}

0 commit comments

Comments
 (0)