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 eea3355 commit 384a4b4Copy full SHA for 384a4b4
1 file changed
packages/docs-gesture-handler/src/css/overrides.css
@@ -159,7 +159,24 @@ table [class*='codeBlockContent'] code {
159
160
.codeHolder {
161
width: 50%;
162
- /* border: 1px solid var(--swm-border); */
+}
163
+
164
+@media (max-width: 996px) {
165
+ .codeComparison{
166
+ display: flex;
167
+ flex-direction: column;
168
+ margin-bottom: 20px;
169
+ border: 1px solid var(--swm-border);
170
+ }
171
172
+ .codeComparison .codeHolder:first-child {
173
+ border-right: none;
174
+ border-bottom: 1px solid var(--swm-border);
175
176
177
+ .codeHolder {
178
+ width: 100%;
179
180
}
181
182
/* Add small padding, when some of the lines are too long in a code block */
0 commit comments