Skip to content

Commit 6620d7a

Browse files
committed
style(home): fix shadow
1 parent 89bcb34 commit 6620d7a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/components/AdvertiseBox.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ defineProps({
1616
</script>
1717

1818
<template>
19-
<div class="mb-4 px-5">
20-
<span class="shadow-2 mb-1 p-3 inline-block" style="border-radius: 10px">
19+
<div class="mb-4 p-4 px-5 shadow-xs">
20+
<span class="mb-1 p-3 inline-block" style="border-radius: 10px">
2121
<span :class="`text-2xl text-${color} i-${icon}`" />
2222
</span>
2323
<div :class="`mb-3 text-2xl text-${color}`">

0 commit comments

Comments
 (0)