feat(creator): introduce Album component and refactor AboutCreator to use it
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user