mirror of
https://codeberg.org/uzu/strudel
synced 2026-07-13 06:19:33 -04: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;
|
|
}
|