File tree Expand file tree Collapse file tree 3 files changed +27
-33
lines changed Expand file tree Collapse file tree 3 files changed +27
-33
lines changed Original file line number Diff line number Diff line change
1
+ < section class ="ads-panel ">
2
+ < script async src ="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-2989869646477878 " crossorigin ="anonymous "> </ script >
3
+ <!-- merox.dev ads section -->
4
+ < ins class ="adsbygoogle "
5
+ style ="display:block "
6
+ data-ad-client ="ca-pub-2989869646477878 "
7
+ data-ad-slot ="3183113175 "
8
+ data-ad-format ="auto "
9
+ data-full-width-responsive ="true "> </ ins >
10
+ < script >
11
+ ( adsbygoogle = window . adsbygoogle || [ ] ) . push ( { } ) ;
12
+ </ script >
13
+ </ section >
Original file line number Diff line number Diff line change 3
3
refactor: true
4
4
panel_includes:
5
5
- toc
6
+ - ads-panel
6
7
tail_includes:
7
8
- related-posts
8
9
- post-nav
@@ -176,19 +177,4 @@ <h1 data-toc-skip>{{ page.title }}</h1>
176
177
<!-- .post-tail-bottom -->
177
178
</ div >
178
179
<!-- div.post-tail-wrapper -->
179
-
180
- <!-- Google Ads -->
181
- < div class ="ads-section mt-4 ">
182
- < script async src ="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-2989869646477878 " crossorigin ="anonymous "> </ script >
183
- <!-- merox.dev ads section -->
184
- < ins class ="adsbygoogle "
185
- style ="display:block "
186
- data-ad-client ="ca-pub-2989869646477878 "
187
- data-ad-slot ="3183113175 "
188
- data-ad-format ="auto "
189
- data-full-width-responsive ="true "> </ ins >
190
- < script >
191
- ( adsbygoogle = window . adsbygoogle || [ ] ) . push ( { } ) ;
192
- </ script >
193
- </ div >
194
180
</ article >
Original file line number Diff line number Diff line change 20
20
& :not (:first-child ) {
21
21
margin-top : 4rem ;
22
22
}
23
+
24
+ & .ads-panel {
25
+ padding : 1rem ;
26
+ text-align : center ;
27
+ background-color : var (--panel-bg , #ffffff );
28
+ border-radius : 0.25rem ;
29
+
30
+ .adsbygoogle {
31
+ max-width : 100% ;
32
+ width : 100% ;
33
+ overflow : hidden ;
34
+ }
35
+ }
23
36
}
24
37
25
38
.content {
67
80
68
81
@extend %no-bottom-border ;
69
82
}
70
- }
71
-
72
- /* 🔥 Stil personalizat pentru reclamele AdSense */
73
- .ads-section {
74
- margin-top : 2rem ;
75
- padding : 1rem ;
76
- background-color : var (--main-bg );
77
- border : 1px solid var (--border-color );
78
- border-radius : 0.75rem ;
79
- box-shadow : 0 0.25rem 0.75rem rgb (0 0 0 / 5% );
80
- text-align : center ;
81
-
82
- ins .adsbygoogle {
83
- display : block !important ;
84
- margin : auto ;
85
- min-height : 100px ;
86
- width : 100% ;
87
- }
88
83
}
You can’t perform that action at this time.
0 commit comments