There was an error while loading. Please reload this page.
1 parent 4c33ca7 commit 910dc14Copy full SHA for 910dc14
1 file changed
docs/demo/demo.css
@@ -23,6 +23,8 @@ header {
23
box-sizing: border-box;
24
border-bottom: 1px solid var(--border-color);
25
gap: 16px;
26
+ overflow-x: auto;
27
+ overflow-y: hidden;
28
}
29
30
header .logo-link {
@@ -94,10 +96,6 @@ header h1 {
94
96
font-size: 20px;
95
97
98
-@media screen {
-
99
-}
100
101
.containers {
102
display: flex;
103
height: calc(100vh - 68px);
@@ -106,6 +104,12 @@ header h1 {
106
104
107
105
108
+@media (max-width: 900px) {
+ .containers {
109
+ flex-direction: column;
110
+ }
111
+}
112
+
113
.container {
114
flex-basis: 50%;
115
@@ -126,6 +130,8 @@ header h1 {
126
130
align-items: center;
127
131
gap: 8px;
128
132
color: var(--text-color);
133
134
129
135
136
137
0 commit comments