Refactor CSS in editor.html for better readability and remove duplicate body rule

This commit is contained in:
Sergey Krashevich
2023-08-23 17:24:17 +03:00
parent 6f5ba2ade6
commit 9f14b30aae

View File

@@ -9,9 +9,6 @@
body {
font-family: Arial, Helvetica, sans-serif;
background-color: white;
}
body {
margin: 0;
padding: 0;
display: flex;