Get rid of margins on mobile

pull/1/head
Brandon Istenes 2017-01-12 05:02:34 +03:00
parent cd0931c951
commit 52d8d8db1d
1 changed files with 3 additions and 0 deletions

View File

@ -7,6 +7,9 @@
<script src="/bower_components/jquery/dist/jquery.min.js"></script>
<script src="/bower_components/ckeditor/ckeditor.js"></script>
<style>
html, body {
margin: 0px;
}
#cke_1_top {
overflow: visible;
}