figuring our lists and classes

This commit is contained in:
Norm Rasmussen
2022-06-14 17:10:04 -04:00
parent 2287bf6dac
commit 8c596531a8
35 changed files with 215791 additions and 27 deletions

View File

@ -62,3 +62,15 @@ a, .btn-link {
.blazor-error-boundary::after {
content: "An error has occurred."
}
/* Boxes and Columns */
.middle-column {
flex-grow: 1;
display: flex;
flex-direction: column;
}
.left-column {
flex-grow: 2;
border: solid 1px orange
}