Skip to content

Commit

Permalink
chore: hide home page ad on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Sep 23, 2018
1 parent b54ce42 commit 2221d72
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions index.jade
Expand Up @@ -43,6 +43,12 @@ html(lang='en')
background-color: #fafafa;
}

@media (max-width: 1160px) {
#carbonads {
display: none !important;
}
}

#carbonads a{color:#333;text-decoration:none}

.carbon-img{float:left;margin-left:-145px}
Expand Down

0 comments on commit 2221d72

Please sign in to comment.