mirror of
https://github.com/ArthurDanjou/website.git
synced 2026-01-25 09:20:32 +01:00
Change padding and gap
This commit is contained in:
@@ -15,7 +15,7 @@ useIntervalFn(async () => await refresh(), 5000)
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<UCard class="mx-8 md:mx-0 f-auto flex flex-col justify-between" :ui="CardUi">
|
||||
<UCard class="mx-4 md:mx-0 f-auto flex flex-col justify-between" :ui="CardUi">
|
||||
<div v-if="activity && activity.data.activities" class="flex items-center gap-x-4">
|
||||
<p
|
||||
class="uppercase tracking-widest text-sm"
|
||||
|
||||
@@ -8,7 +8,7 @@ const CardUi = {
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<UCard class="mx-8 md:mx-0 flex flex-col justify-between" :ui="CardUi">
|
||||
<UCard class="mx-4 md:mx-0 flex flex-col justify-between" :ui="CardUi">
|
||||
<div class="flex items-center gap-x-4 h-full">
|
||||
<p
|
||||
class="uppercase tracking-widest text-sm"
|
||||
|
||||
Reference in New Issue
Block a user