Prevent logo taking over on smaller screens. (#250)

* Prevent logo taking over on smaller screens.

* I hate this file
This commit is contained in:
Jake Archibald
2018-11-09 00:02:23 +00:00
committed by GitHub
parent 921268ec58
commit a502df80ba
2 changed files with 347 additions and 169 deletions

514
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -40,7 +40,7 @@
.logo-sizer { .logo-sizer {
width: 90%; width: 90%;
max-width: 480px; max-width: 52vh;
margin: 0 auto; margin: 0 auto;
} }