let devices be removed

This commit is contained in:
Rachel Powers
2024-04-17 19:22:43 -07:00
parent 651a4ad067
commit c4a11bf696
5 changed files with 140 additions and 18 deletions

View File

@@ -28,6 +28,9 @@ export const defaultCss = [
.mt-auto {
margin-top: auto !important;
}
.me-2 {
margin-right: 2rem !important;
}
.hstack {
display: flex;
flex-direction: row;
@@ -36,6 +39,9 @@ export const defaultCss = [
display: flex;
flex-direction: column;
}
.flex-g {
flex-grow: 1;
}
`,
];