Disable carbon ads

pull/1657/head
Kamran Ahmed 3 years ago
parent e19757454c
commit 4f764bc09f
  1. 2
      components/footer.tsx
  2. 8
      styles/carbon.css

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

@ -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 {

Loading…
Cancel
Save