1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-29 20:21:50 +02:00

Disable carbon ads

This commit is contained in:
Kamran Ahmed
2021-09-09 21:55:53 +02:00
parent e19757454c
commit 4f764bc09f
2 changed files with 2 additions and 8 deletions

View File

@@ -66,7 +66,7 @@ export function Footer() {
</Container>
<CustomAd />
{process.env.GA_SECRET && (
{process.env.GA_SECRET && false && (
<script
async
type='text/javascript'

View File

@@ -2,14 +2,8 @@
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu,
Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif;
position: fixed;
left: 20px;
bottom: 15px;
}
@media (max-width: 700px) {
#carbonads {
display: none !important;
}
right: 20px;
}
#carbonads {