From faa742fa8e25a9484e45eb2748a30165975b4a6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kevin=20Midb=C3=B8e?= Date: Thu, 23 Jan 2020 10:42:29 +0100 Subject: [PATCH] Padding on total text --- src/ui/TotalBought.vue | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/ui/TotalBought.vue b/src/ui/TotalBought.vue index d24d43e..a676338 100644 --- a/src/ui/TotalBought.vue +++ b/src/ui/TotalBought.vue @@ -134,6 +134,16 @@ export default { } } +@include mobile { + .total-container { + > div:nth-of-type(2) { + margin-top: auto; + padding-bottom: 4px; + padding-left: 5px; + } + } +} + .bought-number-span { display: inline-flex; }