fix tailwind css

This commit is contained in:
liangping 2023-06-08 20:47:17 +08:00
parent 9039952fea
commit 45a2912c7f

View File

@ -26,7 +26,7 @@ const chains = computed(() => {
</script>
<template>
<div class="">
<div class="flex flex-col md:flex-row items-center justify-center mb-6 mt-14 gap-3">
<div class="flex md:!flex-row flex-col items-center justify-center mb-6 mt-14 gap-2">
<div class="w-16 rounded-full">
<img src="/logo.svg" />
</div>