Skip to content

Commit fc4eca1

Browse files
committed
responsive on small and extra small devices
1 parent d018e06 commit fc4eca1

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

src/components/Layout/Layout.js

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,12 @@ class Layout extends Component {
143143
/>
144144

145145
<Row>
146-
<Col md={{ span: 24 }} lg={{ span: 12 }}>
146+
<Col
147+
xs={{ span: 24 }}
148+
sm={{ span: 24 }}
149+
md={{ span: 24 }}
150+
lg={{ span: 12 }}
151+
>
147152
<Editor
148153
editorLang={editorLang}
149154
theme={theme}
@@ -156,6 +161,8 @@ class Layout extends Component {
156161
</Col>
157162

158163
<Col
164+
xs={{ span: 24 }}
165+
sm={{ span: 24 }}
159166
md={{ span: 24 }}
160167
lg={{ span: 12 }}
161168
style={{ borderLeft: "1px solid #f0f0f0" }}

0 commit comments

Comments
 (0)