Bigger font size for editor

This commit is contained in:
Simon Cambier 2023-11-23 07:41:17 +01:00
parent 23eeb8200d
commit 46ae108454

View File

@ -103,6 +103,7 @@
<style>
:global(div.CodeMirror) {
height: 100%;
font-size: 15px;
}
#footer {
--tw-shadow: 0 -4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);