12 lines
122 B
CSS
12 lines
122 B
CSS
/* custom-theme.css */
|
|
/* @theme custom-theme */
|
|
|
|
@import "default";
|
|
|
|
.container {
|
|
display: flex;
|
|
}
|
|
.col {
|
|
flex: 1;
|
|
}
|