File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -527,21 +527,19 @@ def ads_card():
527
527
crossorigin = "anonymous"
528
528
),
529
529
Ins (
530
- cls = "adsbygoogle" ,
531
- style = "display:block" ,
530
+ cls = "adsbygoogle w-96 " ,
531
+ style = "display:block; " ,
532
532
data_ad_format = "fluid" ,
533
533
data_ad_layout_key = "-gs-3+1f-3d+2z" ,
534
534
data_ad_client = "ca-pub-2090178937498462" ,
535
535
data_ad_slot = "8018346033"
536
536
),
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({});' )
539
538
),
540
539
cls = "indicator" # Indicator class for styling
541
540
),
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 "
543
542
)
544
-
545
543
def responsive_ads_card ():
546
544
return Div (
547
545
Div (
You can’t perform that action at this time.
0 commit comments