2022-03-25 14:39:25 +01:00

14 lines
180 B
CSS

@tailwind base;
@tailwind components;
@tailwind utilities;
.react-codemirror2,
.CodeMirror {
width: 100% !important;
height: inherit !important;
}
main {
margin: 0 auto;
}