Skip to content

Commit bc0d66d

Browse files
committed
row-reverse compatible styles
1 parent e3ae281 commit bc0d66d

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

packages/mdx/src/mdx-client/scrollycoding.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
display: flex;
33
position: relative;
44
margin: 1rem 0;
5+
gap: 1rem;
56
}
67

78
.ch-scrollycoding-content {
89
box-sizing: border-box;
9-
padding-right: 16px;
1010
flex: 1;
1111
}
1212

packages/mdx/src/mdx-client/spotlight.scss

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
.ch-spotlight {
22
display: flex;
3-
gap: 0.5rem;
3+
gap: 1.1rem;
44
margin: 1rem 0;
55
}
66

77
.ch-spotlight-tabs {
88
display: flex;
99
flex-flow: column;
10-
margin-right: 10px;
1110
flex: 1;
1211
gap: 0.5rem;
1312
align-items: stretch;

0 commit comments

Comments
 (0)