Skip to content

Commit

Permalink
update ads
Browse files Browse the repository at this point in the history
  • Loading branch information
yangyang0507 committed May 15, 2024
1 parent 0dc8096 commit 8a1254f
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions src/components/PageTitle.astro
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,17 @@ import Default from "@astrojs/starlight/components/PageTitle.astro";

<!-- WWAD -->
<div class="not-content">
<div class="wwads-cn wwads-horizontal page-wwads" data-id="135"></div>
<div class="wwads-cn wwads-horizontal wwads-sticky" data-id="135" style="max-width:350px"></div>
</div>
<style>
<!-- <style>
.page-wwads {
width: 100% !important;
height: 80px !important;
min-height: 0 !important;
margin: 0 !important;
}
.page-wwads .wwads-img img {
width: 80px !important;
height: 80px !important;
}
.page-wwads .wwads-poweredby {
width: 40px !important;
Expand All @@ -32,4 +33,4 @@ import Default from "@astrojs/starlight/components/PageTitle.astro";
padding-top: 5px !important;
display: block !important;
}
</style>
</style> -->

0 comments on commit 8a1254f

Please sign in to comment.