diff --git a/src/ui/TotalBought.vue b/src/ui/TotalBought.vue index 55fcb9c..b55a20b 100644 --- a/src/ui/TotalBought.vue +++ b/src/ui/TotalBought.vue @@ -207,6 +207,12 @@ export default { display: inline-flex; } +.outer-bought { + @include mobile { + padding: 0 20px; + } +} + .bought-container { display: flex; flex-direction: row;