simplify instance styling

This commit is contained in:
2022-12-15 17:45:40 -08:00
parent bbe9a7a93c
commit c45c9df406
2 changed files with 11 additions and 22 deletions

View File

@@ -5,35 +5,20 @@ article {
margin: 20px 0px 20px 0px;
}
.summary-div {
article > div {
display: flex;
align-items: center;
}
.summary-div div {
article > div > div {
display: flex;
column-gap: 10px;
align-items: center;
width: 50%;
flex-grow: 1;
flex-basis: 0;
}
.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: 25%;
}
.resource-div div img {
article > div > div > img {
height: 16px;
}