Skip to content

Commit 2dbf75e

Browse files
committed
chore: ads
1 parent f509629 commit 2dbf75e

File tree

1 file changed

+12
-10
lines changed

1 file changed

+12
-10
lines changed
Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<template>
2-
<div class="sponsors">
3-
<div class="wwads-cn wwads-vertical wwads-sticky" data-id="380" style="max-width:180px"></div>
2+
<div>
3+
<div class="wwads-cn wwads-vertical sponsors" data-id="380" style="max-width:180px"></div>
44
</div>
55
</template>
66

@@ -17,13 +17,15 @@ onMounted(() => {
1717

1818
<style scoped>
1919
.sponsors {
20-
padding: 24px;
21-
border-radius: 8px;
22-
font-size: 11px;
23-
display: flex;
24-
justify-content: center;
25-
align-items: center;
26-
flex-direction: column;
27-
gap: 8px;
20+
max-width: 100%;
21+
margin: 0 !important;
22+
background-color: transparent !important;
23+
}
24+
25+
.sponsors .wwads-text {
26+
color: var(--vp-c-bg) !important;
27+
transition-property: color;
28+
transition-duration: 500ms;
29+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
2830
}
2931
</style>

0 commit comments

Comments
 (0)