Merge pull request #2 from TrevInc/bio-media-query

Reduce height of media query to hide avatar/bio
remotes/1698178055505214576/signup-info-prompt
Anthony Bellew 2017-01-03 11:55:59 -07:00 committed by GitHub
commit febe2449bb
1 changed files with 2 additions and 2 deletions

View File

@ -147,8 +147,8 @@
} }
} }
@media screen and (max-height: 800px) { @media screen and (max-height: 480px) {
.account__header__avatar, .account__header__content { .account__header__avatar, .account__header .account__header__content {
display: none; display: none;
} }
} }