We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c21476 commit f13f915Copy full SHA for f13f915
1 file changed
styles/theme-base.css
@@ -1533,17 +1533,22 @@ td {
1533
content: attr(data-label);
1534
}
1535
1536
- .news__item {
+ .news__heading,
1537
+ .news__content {
1538
flex-direction: column;
- gap: calc(var(--spacing) * 5);
1539
+ align-items: flex-start;
1540
+ gap: var(--spacing);
1541
1542
1543
1544
+ gap: calc(var(--spacing) * 3);
1545
+ }
1546
.news__image {
- order: 1;
1547
width: 100%;
1548
+ order: 1;
1549
1550
- .news__content {
1551
+ .news__text {
1552
order: 2;
1553
1554
0 commit comments