update client user resource data format

This commit is contained in:
2023-09-11 19:04:07 +00:00
parent 4f6dc18162
commit ea8d2e5b8c
5 changed files with 28 additions and 21 deletions

View File

@@ -13,16 +13,15 @@
<style>
@media screen and (width >= 1264px){
#resource-container {
display: flex;
flex-direction: row;
gap: 0px;
flex-wrap: nowrap;
justify-content: left;
display: grid;
grid-template-columns: repeat(auto-fill, calc(100% / 6));
grid-gap: 0px;
justify-content: space-between;
}
#resource-container > * {
position: relative;
min-width: 200px;
width: 100%;
max-width: 400px;
aspect-ratio: 1 / 1;
}
}