diff --git a/src/App.vue b/src/App.vue index 9a1016f..197d4ff 100644 --- a/src/App.vue +++ b/src/App.vue @@ -12,18 +12,20 @@ -

- Celková cena: {{ cena }} Kč -

-

- -

+
+

+ Celková cena: {{ cena }} Kč +

+

+ +

+
{{ obj.popisek }}
{{ obj.cena }},-
-
+
@@ -139,4 +141,8 @@ export default { .seznam-grid img { width: 100%; } + + .center { + text-align: center; + }