Skip to content

Commit bcf304d

Browse files
committed
CSS tweaks.
1 parent 27226b0 commit bcf304d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

index.html

+2-3
Original file line numberDiff line numberDiff line change
@@ -65,18 +65,17 @@
6565
#editor {
6666

6767
position: absolute;
68-
margin: 0;
6968
width: 100%;
7069
height: 100%;
71-
background-color: rgba(255,255,255,0.75);
7270

7371
}
7472

7573
#editor .CodeMirror {
7674

75+
height: 100%;
7776
font-family: inconsolata;
7877
font-size: 16px;
79-
height: 100% !important;
78+
background-color: rgba(255,255,255,0.75);
8079

8180
}
8281

0 commit comments

Comments
 (0)