Skip to content

Commit 6bc0cd5

Browse files
committed
adsense test 8
1 parent dc73634 commit 6bc0cd5

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

main.py

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -527,21 +527,19 @@ def ads_card():
527527
crossorigin="anonymous"
528528
),
529529
Ins(
530-
cls="adsbygoogle",
531-
style="display:block",
530+
cls="adsbygoogle w-96",
531+
style="display:block;",
532532
data_ad_format="fluid",
533533
data_ad_layout_key="-gs-3+1f-3d+2z",
534534
data_ad_client="ca-pub-2090178937498462",
535535
data_ad_slot="8018346033"
536536
),
537-
Script('(adsbygoogle = window.adsbygoogle || []).push({});'),
538-
cls="bg-base-300 grid h-44 w-full place-items-center rounded-lg shadow"
537+
Script('(adsbygoogle = window.adsbygoogle || []).push({});')
539538
),
540539
cls="indicator" # Indicator class for styling
541540
),
542-
cls="card bg-base-100 shadow-xl w-96 mx-auto my-8"
541+
cls="card shadow-2xl mx-auto bg-base-300 rounded-lg"
543542
)
544-
545543
def responsive_ads_card():
546544
return Div(
547545
Div(

0 commit comments

Comments
 (0)