This repository has been archived on 2022-01-16. You can view files and clone it, but cannot push or open issues or pull requests.
|
.resource-type-container {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
}
|
|
.resource {
|
|
min-width: 8em;
|
|
border: 2px solid black;
|
|
padding: 0.25em 0.5em;
|
|
margin: 0 0.5em 0.5em 0;
|
|
}
|