diff --git a/src/App.vue b/src/App.vue index 0b190521..8bd39b52 100644 --- a/src/App.vue +++ b/src/App.vue @@ -28,8 +28,12 @@ class="w-full max-w-sm mx-auto mb-3 overflow-hidden bg-slate-900/90 text-white rounded-lg shadow-md" >
-

{{ notification.title }}

-

{{ notification.text }}

+

+ {{ notification.title }} +

+

+ {{ notification.text }} +

@@ -46,9 +50,15 @@ > -
-

{{ notification.title }}

-

{{ notification.text }}

+
+

+ {{ notification.title }} +

+

+ {{ notification.text }} +

-
-

{{ notification.title }}

-

{{ notification.text }}

+
+

+ {{ notification.title }} +

+

+ {{ notification.text }} +

-
-

{{ notification.title }}

-

{{ notification.text }}

+
+

+ {{ notification.title }} +

+

+ {{ notification.text }} +

-
-

{{ notification.title }}

-

{{ notification.text }}

+
+

+ {{ notification.title }} +

+

+ {{ notification.text }} +