Skip to content

Commit 668a607

Browse files
committed
center matches in page
1 parent b752726 commit 668a607

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/views/app/Matches.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!-- eslint-disable max-len -->
33
<div class="mx-4 sm:mx-16 lg:mx-32">
44
<NavBar v-bind:currentRoute="'Matches'"></NavBar>
5-
<section v-if="fetchingDone" class="mx-auto relative md:flex md:items-start">
5+
<section v-if="fetchingDone" class="mx-auto relative md:flex md:items-start md:justify-center">
66
<div class="md:w-full md:max-w-xs md:shadow-md md:rounded-md md:p-8 md:flex md:flex-col md:justify-start">
77
<div class="mt-8 sm:mt-0">
88
<div v-if="matches.length">

0 commit comments

Comments
 (0)