We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 071b5e8 commit 055577eCopy full SHA for 055577e
1 file changed
index.html
@@ -84,9 +84,10 @@
84
}
85
86
#editor {
87
- width: 70vw;
+ width: 100%;
88
height: 70vh;
89
- padding: 2.5vh;
+ padding-inline: 25vh;
90
+ padding-block: 2.5vh;
91
font: inherit;
92
background: transparent;
93
color: var(--text);
@@ -95,6 +96,7 @@
95
96
resize: none;
97
transition: opacity var(--transition);
98
tab-size: 4;
99
+ box-sizing: border-box;
100
101
102
#editor::placeholder {
0 commit comments