Adding margin so you can still access the two-up

This commit is contained in:
Jake Archibald
2018-10-23 15:44:21 +02:00
parent c3edde280a
commit b34dca744d

View File

@@ -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;