This commit is contained in:
Kenneth Jannette
2024-03-02 20:04:59 -06:00
parent f426b25850
commit f6a4cd3051
4 changed files with 48 additions and 23 deletions

View File

@@ -61,10 +61,26 @@
.list-upper-left {
display: flex;
flex-direction: row;
justify-content: flex-end;
justify-content: left;
width: 95%;
}
.doc-list-subhead-container {
display: flex;
justify-content: center;
align-items: center;
margin-left: 12px;
margin-top: auto;
margin-bottom: auto;
padding-bottom: 12px;
}
.doc-list-subhead {
font-family: Roboto;
font-size: 1.18rem;
font-weight: 400;
}
.toggle-outer {
display: flex;
flex-direction: column;