mirror of
https://github.com/eliasstepanik/strudel.git
synced 2026-01-11 13:48:40 +00:00
14 lines
180 B
CSS
14 lines
180 B
CSS
@tailwind base;
|
|
@tailwind components;
|
|
@tailwind utilities;
|
|
|
|
.react-codemirror2,
|
|
.CodeMirror {
|
|
width: 100% !important;
|
|
height: inherit !important;
|
|
}
|
|
|
|
main {
|
|
margin: 0 auto;
|
|
}
|