mishig's picture
mishig HF staff
Fix css on small screens
f1a35af
raw
history blame
162 Bytes
@tailwind base;
@tailwind components;
@tailwind utilities;
a {
@apply !underline;
}
.drawing-board-controls {
@apply !border-spacing-0 md:!border-spacing-2;
}