Skip to content

Commit 0621c92

Browse files
dretspaf31
authored andcommitted
Update index.css (#86)
* Update index.css Make it a bit more mobile friendly. * Update index.css
1 parent e6c18f0 commit 0621c92

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

css/index.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,12 @@ iframe {
226226
display: inline-block ! important;
227227
}
228228

229+
@media all and (max-width: 480px) {
230+
#editor_view {
231+
flex-direction: column;
232+
}
233+
}
234+
229235
@media all and (max-width: 720px) {
230236
#home_link {
231237
display: inline-block;

0 commit comments

Comments
 (0)