We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89bcb34 commit 6620d7aCopy full SHA for 6620d7a
app/components/AdvertiseBox.vue
@@ -16,8 +16,8 @@ defineProps({
16
</script>
17
18
<template>
19
- <div class="mb-4 px-5">
20
- <span class="shadow-2 mb-1 p-3 inline-block" style="border-radius: 10px">
+ <div class="mb-4 p-4 px-5 shadow-xs">
+ <span class="mb-1 p-3 inline-block" style="border-radius: 10px">
21
<span :class="`text-2xl text-${color} i-${icon}`" />
22
</span>
23
<div :class="`mb-3 text-2xl text-${color}`">
0 commit comments