mirror of
https://github.com/GoogleChromeLabs/squoosh.git
synced 2025-11-17 03:00:13 +00:00
Adding margin so you can still access the two-up
This commit is contained in:
@@ -9,7 +9,7 @@ $horizontalPadding: 15px;
|
||||
flex-flow: column;
|
||||
max-width: 400px;
|
||||
margin: 0 auto;
|
||||
width: 100%;
|
||||
width: calc(100% - 60px);
|
||||
|
||||
@media (min-width: 600px) {
|
||||
width: 300px;
|
||||
|
||||
Reference in New Issue
Block a user