Begin implementing Drilldown functionality

This commit is contained in:
2022-07-21 13:46:48 +01:00
parent e047a986e9
commit e866277f52
10 changed files with 57 additions and 28 deletions

View File

@@ -114,6 +114,11 @@ h5 {
padding-top: 12px;
padding-bottom: 3px;
}
.search-box {
display: flex;
width: 100%;
height: 100%;
}
.profile-info p {
align-items: left;
justify-content: left;