30239-notes/custom-theme.css

12 lines
122 B
CSS
Raw Normal View History

2024-09-27 22:28:23 +00:00
/* custom-theme.css */
/* @theme custom-theme */
@import "default";
.container {
display: flex;
}
.col {
flex: 1;
}