add resource details to instance article

This commit is contained in:
2022-12-14 17:20:31 -08:00
parent 0235760565
commit 2af76405ef
3 changed files with 50 additions and 6 deletions

View File

@@ -10,13 +10,29 @@ article {
justify-content: space-between;
}
.summary-sub-div {
.summary-div div {
display: flex;
column-gap: 10px;
align-items: center;
width: fit-content;
}
.summary-sub-div img {
.summary-div div img {
height: 16px;
}
.resource-div {
display: flex;
align-items: center;
justify-content: flex-start;
}
.resource-div div {
display: flex;
column-gap: 10px;
align-items: center;
width: fit-content;
}
.resource-div div img {
height: 16px;
}