feat(creator): introduce Album component and refactor AboutCreator to use it

This commit is contained in:
2025-04-26 18:08:57 -04:00
parent a55cb14a3b
commit a480a4ce5d
5 changed files with 16 additions and 13 deletions

View File

@@ -80,15 +80,12 @@ const gridColumns = computed(() => {
}
.image-grid {
display: grid;
width: 100%;
@apply w-full grid;
grid-template-columns: v-bind(gridColumns);
}
.image-wrapper {
position: relative;
width: 100%;
aspect-ratio: 1;
@apply relative w-full aspect-square;
}
.image {