evenly space resource elements

This commit is contained in:
Arthur Lu 2022-12-14 17:34:13 -08:00
parent bc9c9b87d8
commit e9b236f5f0

View File

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