File tree Expand file tree Collapse file tree 1 file changed +46
-43
lines changed Expand file tree Collapse file tree 1 file changed +46
-43
lines changed Original file line number Diff line number Diff line change @@ -85,49 +85,6 @@ a:not(.button) {
85
85
justify-content : center;
86
86
}
87
87
88
- @media (max-width : 1230px ) {
89
- .page-container ,
90
- .preview-code {
91
- height : unset;
92
- }
93
-
94
- .preview-code {
95
- flex-direction : column;
96
- }
97
-
98
- .code-output {
99
- max-width : 100% ;
100
- }
101
- }
102
-
103
- @media (max-width : 768px ) {
104
- .sidebar {
105
- box-shadow : none;
106
- width : 100% ;
107
- position : relative;
108
- background-color : transparent;
109
- height : unset;
110
- }
111
-
112
- .code-section {
113
- width : 100% ;
114
- display : flex;
115
- align-items : center;
116
- justify-content : center;
117
- }
118
-
119
- .preview-code-container {
120
- margin-left : 0px ;
121
- }
122
- .preview-code {
123
- padding : 42px 12px ;
124
- }
125
-
126
- .docs-container {
127
- padding : 24px 12px ;
128
- }
129
- }
130
-
131
88
.form-container {
132
89
text-align : left;
133
90
display : flex;
@@ -315,6 +272,52 @@ footer {
315
272
transform : rotate (10deg );
316
273
}
317
274
}
275
+
276
+
277
+ @media (max-width : 1280px ) {
278
+ .page-container ,
279
+ .preview-code {
280
+ height : unset;
281
+ }
282
+
283
+ .preview-code {
284
+ flex-direction : column;
285
+ }
286
+
287
+ .code-output {
288
+ max-width : 100% ;
289
+ }
290
+ }
291
+
292
+ @media (max-width : 768px ) {
293
+ .sidebar {
294
+ box-shadow : none;
295
+ width : 100% ;
296
+ position : relative;
297
+ background-color : transparent;
298
+ height : unset;
299
+ }
300
+
301
+ .code-section {
302
+ width : 100% ;
303
+ display : flex;
304
+ align-items : center;
305
+ justify-content : center;
306
+ }
307
+
308
+ .preview-code-container {
309
+ margin-left : 0px ;
310
+ }
311
+ .preview-code {
312
+ padding : 42px 12px ;
313
+ }
314
+
315
+ .docs-container {
316
+ padding : 24px 12px ;
317
+ }
318
+ }
319
+
320
+
318
321
@media (max-width : 500px ) {
319
322
.github-corner : hover .octo-arm {
320
323
animation : none;
You can’t perform that action at this time.
0 commit comments