evenly space resource elements

This commit is contained in:
Arthur Lu 2022-12-14 17:34:13 -08:00
parent cff0986b29
commit 8778aa83b0

View File

@ -31,7 +31,7 @@ article {
display: flex;
column-gap: 10px;
align-items: center;
width: fit-content;
width: 25%;
}
.resource-div div img {