mirror of
https://github.com/GoogleChromeLabs/squoosh.git
synced 2025-11-14 01:37:26 +00:00
Prevent logo taking over on smaller screens. (#250)
* Prevent logo taking over on smaller screens. * I hate this file
This commit is contained in:
@@ -40,7 +40,7 @@
|
||||
|
||||
.logo-sizer {
|
||||
width: 90%;
|
||||
max-width: 480px;
|
||||
max-width: 52vh;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user