Update index.html

This commit is contained in:
The Ghost of FOSS' Future 2024-09-18 12:19:30 -05:00 committed by GitHub
parent 47fb095dbd
commit 16b05af078
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -78,14 +78,14 @@
.editor { .editor {
flex: 1; flex: 1;
background-color: #1e1e1e; background-color: #1e1e1e;
padding: 10px; padding: .3%;
width: 1em;
} }
.CodeMirror { .CodeMirror {
height: 100% !important; height: 100% !important;
} }
.status-bar { .status-bar {
height: 2%; height: 2%;
width: 100%;
background-color: #007acc; background-color: #007acc;
color: #fff; color: #fff;
display: flex; display: flex;