refactor: repo (#1070)
This commit is contained in:
16
packages/web/src/stylesheets/_columns.scss
Normal file
16
packages/web/src/stylesheets/_columns.scss
Normal file
@@ -0,0 +1,16 @@
|
||||
.app-column-container {
|
||||
display: grid;
|
||||
grid-template-columns: auto auto 2fr;
|
||||
}
|
||||
|
||||
.app-column-first {
|
||||
width: 220px;
|
||||
}
|
||||
|
||||
.app-column-second {
|
||||
width: 350px;
|
||||
}
|
||||
|
||||
.app-column {
|
||||
overflow: hidden;
|
||||
}
|
||||
Reference in New Issue
Block a user