Merge pull request #389 from TrevInc/master
Reduce height of media query to hide avatar/bio
This commit is contained in:
		| @ -147,8 +147,8 @@ | ||||
|   } | ||||
| } | ||||
|  | ||||
| @media screen and (max-height: 800px) { | ||||
|   .account__header__avatar, .account__header__content { | ||||
| @media screen and (max-height: 480px) { | ||||
|   .account__header__avatar, .account__header .account__header__content { | ||||
|     display: none; | ||||
|   } | ||||
| } | ||||
|  | ||||
		Reference in New Issue
	
	Block a user