This commit is contained in:
Kenneth Jannette
2024-01-31 13:37:08 -06:00
parent 76cc10cd38
commit b39aa4843d
3 changed files with 197 additions and 153 deletions

View File

@@ -1,7 +0,0 @@
.casetype-container {
display: flex;
flex-direction: column;
margin-right: auto;
margin-left: auto;
align-items: center;
}

View File

@@ -0,0 +1,14 @@
.casetype-container {
display: flex;
flex-direction: column;
align-items: center;
}
.casetype-form {
width: 100%;
}
.case-tag-container {
display: flex;
background-color: red;
height: 300px;
}