mirror of
https://github.com/C9Glax/tranga-website.git
synced 2025-10-17 10:50:46 +02:00
less spacing on mobile
This commit is contained in:
@@ -9,8 +9,8 @@
|
||||
:root {
|
||||
--mangacover-width: 240px;
|
||||
--mangacover-height: 350px;
|
||||
--mangacover-width-sm: 180px;
|
||||
--mangacover-height-sm: 260px;
|
||||
--mangacover-width-sm: 150px;
|
||||
--mangacover-height-sm: 220px;
|
||||
}
|
||||
|
||||
@keyframes shake {
|
||||
|
@@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<LoadingPage :loading="status === 'pending'">
|
||||
<MangaCardList :manga="manga" class="mx-4 mt-2" @click="(m) => navigateTo(`/manga/${m.key}`)" />
|
||||
<MangaCardList :manga="manga" class="min-md:mx-4 max-md:mx-0 mt-2" @click="(m) => navigateTo(`/manga/${m.key}`)" />
|
||||
</LoadingPage>
|
||||
</template>
|
||||
|
||||
|
Reference in New Issue
Block a user