Outer bought should have some more padding.

This commit is contained in:
2020-02-14 12:36:14 +01:00
parent 9b000bde3e
commit 37eb15991f

View File

@@ -207,6 +207,12 @@ export default {
display: inline-flex;
}
.outer-bought {
@include mobile {
padding: 0 20px;
}
}
.bought-container {
display: flex;
flex-direction: row;