diff --git a/src/Mobile.vue b/src/Mobile.vue index 22092d21..0060df4a 100644 --- a/src/Mobile.vue +++ b/src/Mobile.vue @@ -126,6 +126,10 @@ body { width: 100%; } +.smaller { + font-size: 10px; +} + /** Replacing the default style of framework7 **/ :root { --f7-theme-color: #c67e48; diff --git a/src/views/mobile/ExchangeRates.vue b/src/views/mobile/ExchangeRates.vue index 6f250ab0..eb7eaa9f 100644 --- a/src/views/mobile/ExchangeRates.vue +++ b/src/views/mobile/ExchangeRates.vue @@ -14,9 +14,12 @@ + + {{ `currency.${baseCurrency}` | localized }}  + {{ baseCurrency }} +