Skip to content
Snippets Groups Projects
Commit 0e4881a3 authored by Trirst's avatar Trirst
Browse files

Center image list and remove unnecessary margin

parent d7c1efbf
No related branches found
No related tags found
No related merge requests found
Pipeline #835 passed
......@@ -5,7 +5,7 @@
:last-page="lastPage"
@onPageChange="pageChange"
/>
<div class="w-full flex flex-row flex-wrap relative">
<div class="w-full flex flex-row flex-wrap justify-center">
<div
v-for="(hash, index) in stateHashArray"
:key="index"
......
......@@ -24,7 +24,7 @@
height="27"
></IconChevronsRight>
</button>
<ImageList class="mx-2"></ImageList>
<ImageList></ImageList>
</div>
</template>
......@@ -51,4 +51,4 @@ export default {
};
},
};
</script>
\ No newline at end of file
</script>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment