aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2019-01-08 16:20:11 +0100
committerMitja Felicijan <mitja.felicijan@gmail.com>2019-01-08 16:20:11 +0100
commit4e549bfbd1bde06f99d330497e3560925705db32 (patch)
tree5837606cca125d68711239b1fc94a7c3cb430300
parentf697c72d5c17e071e9feb17044c27caaf0543110 (diff)
downloadmitjafelicijan.com-4e549bfbd1bde06f99d330497e3560925705db32.tar.gz
added bigger padding to editor
-rw-r--r--tools/editor/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/editor/index.html b/tools/editor/index.html
index f9123d4..d3ec567 100644
--- a/tools/editor/index.html
+++ b/tools/editor/index.html
@@ -24,7 +24,7 @@
24 top: 0; 24 top: 0;
25 right: 0; 25 right: 0;
26 bottom: 0; 26 bottom: 0;
27 padding: 40px; 27 padding: 80px;
28 outline: none; 28 outline: none;
29 border: 0; 29 border: 0;
30 background: #222; 30 background: #222;
@@ -67,4 +67,4 @@
67 67
68</body> 68</body>
69 69
70</html> \ No newline at end of file 70</html>