30239-notes/custom-theme.css
2024-09-27 17:28:44 -05:00

12 lines
122 B
CSS

/* custom-theme.css */
/* @theme custom-theme */
@import "default";
.container {
display: flex;
}
.col {
flex: 1;
}