Disable carbon ads
This commit is contained in:
@ -66,7 +66,7 @@ export function Footer() {
|
|||||||
</Container>
|
</Container>
|
||||||
|
|
||||||
<CustomAd />
|
<CustomAd />
|
||||||
{process.env.GA_SECRET && (
|
{process.env.GA_SECRET && false && (
|
||||||
<script
|
<script
|
||||||
async
|
async
|
||||||
type='text/javascript'
|
type='text/javascript'
|
||||||
|
@ -2,14 +2,8 @@
|
|||||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu,
|
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu,
|
||||||
Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif;
|
Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
left: 20px;
|
|
||||||
bottom: 15px;
|
bottom: 15px;
|
||||||
}
|
right: 20px;
|
||||||
|
|
||||||
@media (max-width: 700px) {
|
|
||||||
#carbonads {
|
|
||||||
display: none !important;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#carbonads {
|
#carbonads {
|
||||||
|
Reference in New Issue
Block a user