create-dovite 2.2.0 → 2.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,699 @@
1
+ <script setup>
2
+ import { ref } from "vue";
3
+ import { Button } from "../components/ui/button";
4
+
5
+ const count = ref(0);
6
+
7
+ const docLinks = [
8
+ {
9
+ title: "DOMO APIs",
10
+ url: "https://developer.domo.com/portal/8ba9aedad3679-ap-is",
11
+ description: "Explore the API documentation",
12
+ icon: "book",
13
+ },
14
+ {
15
+ title: "Domo Starter Kit",
16
+ url: "https://developer.domo.com/portal/u8w475o2245yp-starter-kits",
17
+ description: "Get started quickly",
18
+ icon: "package",
19
+ },
20
+ {
21
+ title: "GitHub Repository",
22
+ url: "https://github.com/Ajay-Balu/create-dovite",
23
+ description: "View source code",
24
+ icon: "github",
25
+ },
26
+ ];
27
+ </script>
28
+
29
+ <template>
30
+ <div class="landing-page">
31
+ <!-- Main Content Area -->
32
+ <div class="main-content">
33
+ <!-- Left Side - Hero Section -->
34
+ <div class="hero-section">
35
+ <!-- Logo Container -->
36
+ <div class="logo-container">
37
+ <a
38
+ href="https://vitejs.dev"
39
+ target="_blank"
40
+ rel="noopener noreferrer"
41
+ class="logo-link"
42
+ >
43
+ <!-- Vite Logo -->
44
+ <svg
45
+ class="logo-icon logo-vite"
46
+ width="64"
47
+ height="64"
48
+ viewBox="0 0 410 404"
49
+ fill="none"
50
+ xmlns="http://www.w3.org/2000/svg"
51
+ >
52
+ <path
53
+ d="M399.641 59.5246L215.643 388.545C211.844 395.338 202.084 395.378 198.228 388.618L10.5817 59.5563C6.38087 52.1896 12.6802 43.2665 21.0281 44.7586L205.223 77.6824C206.398 77.8924 207.601 77.8904 208.776 77.6763L389.119 44.8058C397.439 43.2894 403.768 52.1434 399.641 59.5246Z"
54
+ fill="url(#paint0_linear)"
55
+ />
56
+ <path
57
+ d="M292.965 1.5744L156.801 28.2552C154.563 28.6937 152.906 30.5903 152.771 32.8664L144.395 174.33C144.198 177.662 147.258 180.248 150.51 179.498L188.42 170.749C191.967 169.931 195.172 173.055 194.443 176.622L183.18 231.775C182.422 235.487 185.907 238.661 189.532 237.56L212.947 230.446C216.577 229.344 220.065 232.527 219.297 236.242L201.398 322.875C200.278 328.294 207.486 331.249 210.492 326.603L212.5 323.5L323.454 102.072C325.312 98.3645 322.108 94.137 318.036 94.9228L279.014 102.454C275.347 103.161 272.227 99.746 273.262 96.1583L298.731 7.86689C299.767 4.27314 296.636 0.855181 292.965 1.5744Z"
58
+ fill="url(#paint1_linear)"
59
+ />
60
+ <defs>
61
+ <linearGradient
62
+ id="paint0_linear"
63
+ x1="6.00017"
64
+ y1="32.9999"
65
+ x2="235"
66
+ y2="344"
67
+ gradientUnits="userSpaceOnUse"
68
+ >
69
+ <stop stop-color="#41D1FF" />
70
+ <stop offset="1" stop-color="#BD34FE" />
71
+ </linearGradient>
72
+ <linearGradient
73
+ id="paint1_linear"
74
+ x1="194.651"
75
+ y1="8.81818"
76
+ x2="236.076"
77
+ y2="292.989"
78
+ gradientUnits="userSpaceOnUse"
79
+ >
80
+ <stop stop-color="#FFBD4F" />
81
+ <stop offset="1" stop-color="#FF980E" />
82
+ </linearGradient>
83
+ </defs>
84
+ </svg>
85
+ </a>
86
+ <span class="plus-sign">+</span>
87
+ <a
88
+ href="https://vuejs.org"
89
+ target="_blank"
90
+ rel="noopener noreferrer"
91
+ class="logo-link"
92
+ >
93
+ <!-- Vue Logo -->
94
+ <svg
95
+ class="logo-icon logo-vue"
96
+ width="64"
97
+ height="64"
98
+ viewBox="0 0 128 128"
99
+ xmlns="http://www.w3.org/2000/svg"
100
+ >
101
+ <path
102
+ fill="#42b883"
103
+ d="M78.8,10L64,35.4L49.2,10H0l64,110l64-110H78.8z"
104
+ />
105
+ <path
106
+ fill="#35495e"
107
+ d="M78.8,10L64,35.4L49.2,10H25.6L64,76l38.4-66H78.8z"
108
+ />
109
+ </svg>
110
+ </a>
111
+ <span class="plus-sign">+</span>
112
+ <a
113
+ href="https://www.domo.com"
114
+ target="_blank"
115
+ rel="noopener noreferrer"
116
+ class="logo-link"
117
+ >
118
+ <!-- Domo Logo -->
119
+ <svg
120
+ class="logo-icon logo-domo"
121
+ width="64"
122
+ height="64"
123
+ viewBox="0 0 100 100"
124
+ fill="none"
125
+ xmlns="http://www.w3.org/2000/svg"
126
+ >
127
+ <rect width="100" height="100" rx="16" fill="url(#domoGradient)" />
128
+ <text
129
+ x="50"
130
+ y="65"
131
+ text-anchor="middle"
132
+ fill="white"
133
+ font-size="36"
134
+ font-weight="bold"
135
+ font-family="Arial, sans-serif"
136
+ >
137
+ DOMO
138
+ </text>
139
+ <defs>
140
+ <linearGradient
141
+ id="domoGradient"
142
+ x1="0"
143
+ y1="0"
144
+ x2="100"
145
+ y2="100"
146
+ gradientUnits="userSpaceOnUse"
147
+ >
148
+ <stop stop-color="#00B5E2" />
149
+ <stop offset="1" stop-color="#0072BC" />
150
+ </linearGradient>
151
+ </defs>
152
+ </svg>
153
+ </a>
154
+ <span class="plus-sign">+</span>
155
+ <a
156
+ href="https://tailwindcss.com"
157
+ target="_blank"
158
+ rel="noopener noreferrer"
159
+ class="logo-link"
160
+ >
161
+ <!-- Tailwind Logo -->
162
+ <svg
163
+ class="logo-icon logo-tailwind"
164
+ width="64"
165
+ height="64"
166
+ viewBox="0 0 54 33"
167
+ fill="none"
168
+ xmlns="http://www.w3.org/2000/svg"
169
+ >
170
+ <g clip-path="url(#tailwindClip)">
171
+ <path
172
+ fill-rule="evenodd"
173
+ clip-rule="evenodd"
174
+ d="M27 0C19.8 0 15.3 3.6 13.5 10.8C16.2 7.2 19.35 5.85 22.95 6.75C25.004 7.263 26.472 8.754 28.097 10.403C30.744 13.09 33.808 16.2 40.5 16.2C47.7 16.2 52.2 12.6 54 5.4C51.3 9 48.15 10.35 44.55 9.45C42.496 8.937 41.028 7.446 39.403 5.797C36.756 3.11 33.692 0 27 0ZM13.5 16.2C6.3 16.2 1.8 19.8 0 27C2.7 23.4 5.85 22.05 9.45 22.95C11.504 23.464 12.972 24.954 14.597 26.603C17.244 29.29 20.308 32.4 27 32.4C34.2 32.4 38.7 28.8 40.5 21.6C37.8 25.2 34.65 26.55 31.05 25.65C28.996 25.137 27.528 23.646 25.903 21.997C23.256 19.31 20.192 16.2 13.5 16.2Z"
175
+ fill="url(#tailwindGradient)"
176
+ />
177
+ </g>
178
+ <defs>
179
+ <linearGradient
180
+ id="tailwindGradient"
181
+ x1="0"
182
+ y1="16.2"
183
+ x2="54"
184
+ y2="16.2"
185
+ gradientUnits="userSpaceOnUse"
186
+ >
187
+ <stop stop-color="#06B6D4" />
188
+ <stop offset="1" stop-color="#22D3EE" />
189
+ </linearGradient>
190
+ <clipPath id="tailwindClip">
191
+ <rect width="54" height="33" fill="white" />
192
+ </clipPath>
193
+ </defs>
194
+ </svg>
195
+ </a>
196
+ <span class="plus-sign">+</span>
197
+ <a
198
+ href="https://www.shadcn-vue.com"
199
+ target="_blank"
200
+ rel="noopener noreferrer"
201
+ class="logo-link"
202
+ >
203
+ <!-- Shadcn Logo -->
204
+ <svg
205
+ class="logo-icon logo-shadcn"
206
+ width="64"
207
+ height="64"
208
+ viewBox="0 0 256 256"
209
+ fill="none"
210
+ xmlns="http://www.w3.org/2000/svg"
211
+ >
212
+ <rect width="256" height="256" rx="60" fill="currentColor" />
213
+ <line
214
+ x1="208"
215
+ y1="128"
216
+ x2="128"
217
+ y2="208"
218
+ stroke="url(#shadcnGradient)"
219
+ stroke-width="24"
220
+ stroke-linecap="round"
221
+ />
222
+ <line
223
+ x1="192"
224
+ y1="40"
225
+ x2="40"
226
+ y2="192"
227
+ stroke="url(#shadcnGradient)"
228
+ stroke-width="24"
229
+ stroke-linecap="round"
230
+ />
231
+ <defs>
232
+ <linearGradient
233
+ id="shadcnGradient"
234
+ x1="40"
235
+ y1="40"
236
+ x2="208"
237
+ y2="208"
238
+ gradientUnits="userSpaceOnUse"
239
+ >
240
+ <stop stop-color="#fff" />
241
+ <stop offset="1" stop-color="#a1a1aa" />
242
+ </linearGradient>
243
+ </defs>
244
+ </svg>
245
+ </a>
246
+ </div>
247
+
248
+ <!-- Title -->
249
+ <h1 class="title">
250
+ <span class="gradient-text">Dovite</span>
251
+ </h1>
252
+ <p class="subtitle">Vite + Vue + DOMO + Tailwind + Shadcn-Vue</p>
253
+ <p class="description">
254
+ Build beautiful DOMO apps with modern web technologies
255
+ </p>
256
+
257
+ <!-- Interactive Demo Section -->
258
+ <div class="demo-section">
259
+ <div class="demo-box">
260
+ <Button @click="count++">Count is {{ count }}</Button>
261
+ <p class="demo-hint">
262
+ Edit
263
+ <code>src/pages/index.vue</code>
264
+ and save to test HMR
265
+ </p>
266
+ </div>
267
+ </div>
268
+ </div>
269
+
270
+ <!-- Right Side - Documentation Links -->
271
+ <div class="resources-panel">
272
+ <h2 class="resources-title">Resources</h2>
273
+ <div class="resources-list">
274
+ <a
275
+ v-for="(link, index) in docLinks"
276
+ :key="index"
277
+ :href="link.url"
278
+ target="_blank"
279
+ rel="noopener noreferrer"
280
+ class="resource-link"
281
+ >
282
+ <!-- Book Icon -->
283
+ <svg
284
+ v-if="link.icon === 'book'"
285
+ class="resource-icon"
286
+ width="20"
287
+ height="20"
288
+ fill="none"
289
+ stroke="currentColor"
290
+ viewBox="0 0 24 24"
291
+ >
292
+ <path
293
+ stroke-linecap="round"
294
+ stroke-linejoin="round"
295
+ stroke-width="2"
296
+ d="M12 6.253v13m0-13C10.832 5.477 9.246 5 7.5 5S4.168 5.477 3 6.253v13C4.168 18.477 5.754 18 7.5 18s3.332.477 4.5 1.253m0-13C13.168 5.477 14.754 5 16.5 5c1.747 0 3.332.477 4.5 1.253v13C19.832 18.477 18.247 18 16.5 18c-1.746 0-3.332.477-4.5 1.253"
297
+ />
298
+ </svg>
299
+ <!-- Package Icon -->
300
+ <svg
301
+ v-else-if="link.icon === 'package'"
302
+ class="resource-icon"
303
+ width="20"
304
+ height="20"
305
+ fill="none"
306
+ stroke="currentColor"
307
+ viewBox="0 0 24 24"
308
+ >
309
+ <path
310
+ stroke-linecap="round"
311
+ stroke-linejoin="round"
312
+ stroke-width="2"
313
+ d="M20 7l-8-4-8 4m16 0l-8 4m8-4v10l-8 4m0-10L4 7m8 4v10M4 7v10l8 4"
314
+ />
315
+ </svg>
316
+ <!-- GitHub Icon -->
317
+ <svg
318
+ v-else-if="link.icon === 'github'"
319
+ class="resource-icon"
320
+ width="20"
321
+ height="20"
322
+ fill="currentColor"
323
+ viewBox="0 0 24 24"
324
+ >
325
+ <path
326
+ d="M12 0c-6.626 0-12 5.373-12 12 0 5.302 3.438 9.8 8.207 11.387.599.111.793-.261.793-.577v-2.234c-3.338.726-4.033-1.416-4.033-1.416-.546-1.387-1.333-1.756-1.333-1.756-1.089-.745.083-.729.083-.729 1.205.084 1.839 1.237 1.839 1.237 1.07 1.834 2.807 1.304 3.492.997.107-.775.418-1.305.762-1.604-2.665-.305-5.467-1.334-5.467-5.931 0-1.311.469-2.381 1.236-3.221-.124-.303-.535-1.524.117-3.176 0 0 1.008-.322 3.301 1.23.957-.266 1.983-.399 3.003-.404 1.02.005 2.047.138 3.006.404 2.291-1.552 3.297-1.23 3.297-1.23.653 1.653.242 2.874.118 3.176.77.84 1.235 1.911 1.235 3.221 0 4.609-2.807 5.624-5.479 5.921.43.372.823 1.102.823 2.222v3.293c0 .319.192.694.801.576 4.765-1.589 8.199-6.086 8.199-11.386 0-6.627-5.373-12-12-12z"
327
+ />
328
+ </svg>
329
+ <div class="resource-info">
330
+ <span class="resource-title">{{ link.title }}</span>
331
+ <span class="resource-description">{{ link.description }}</span>
332
+ </div>
333
+ <!-- External Link Icon -->
334
+ <svg
335
+ class="external-icon"
336
+ width="16"
337
+ height="16"
338
+ fill="none"
339
+ stroke="currentColor"
340
+ viewBox="0 0 24 24"
341
+ >
342
+ <path
343
+ stroke-linecap="round"
344
+ stroke-linejoin="round"
345
+ stroke-width="2"
346
+ d="M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14"
347
+ />
348
+ </svg>
349
+ </a>
350
+ </div>
351
+ <p class="resources-footer">Click on the logos to learn more</p>
352
+ </div>
353
+ </div>
354
+
355
+ <!-- Footer -->
356
+ <footer class="footer">
357
+ <p>
358
+ Built with <span style="color: #ef4444">❤</span> using
359
+ <a
360
+ href="https://github.com/Ajay-Balu/create-dovite"
361
+ target="_blank"
362
+ rel="noopener noreferrer"
363
+ class="footer-link"
364
+ >
365
+ create-dovite
366
+ </a>
367
+ </p>
368
+ </footer>
369
+ </div>
370
+ </template>
371
+
372
+ <style>
373
+ /* Reset and Base */
374
+ * {
375
+ box-sizing: border-box;
376
+ margin: 0;
377
+ padding: 0;
378
+ }
379
+
380
+ /* Landing Page */
381
+ .landing-page {
382
+ min-height: 100vh;
383
+ width: 100%;
384
+ display: flex;
385
+ flex-direction: column;
386
+ overflow: hidden;
387
+ background: linear-gradient(135deg, #0f0f23 0%, #1a1a2e 50%, #16213e 100%);
388
+ }
389
+
390
+ /* Main Content */
391
+ .main-content {
392
+ flex: 1;
393
+ display: flex;
394
+ align-items: center;
395
+ justify-content: center;
396
+ gap: 4rem;
397
+ padding: 2rem;
398
+ max-width: 1400px;
399
+ margin: 0 auto;
400
+ width: 100%;
401
+ }
402
+
403
+ /* Hero Section */
404
+ .hero-section {
405
+ flex: 1;
406
+ display: flex;
407
+ flex-direction: column;
408
+ align-items: center;
409
+ justify-content: center;
410
+ text-align: center;
411
+ gap: 1rem;
412
+ }
413
+
414
+ /* Logo Container */
415
+ .logo-container {
416
+ display: flex;
417
+ justify-content: center;
418
+ align-items: center;
419
+ gap: 0.5rem;
420
+ flex-wrap: wrap;
421
+ margin-bottom: 0.5rem;
422
+ }
423
+
424
+ .logo-link {
425
+ display: inline-flex;
426
+ transition: transform 0.3s ease;
427
+ }
428
+
429
+ .logo-link:hover {
430
+ transform: scale(1.15);
431
+ }
432
+
433
+ .plus-sign {
434
+ font-size: 1.5rem;
435
+ font-weight: 300;
436
+ color: rgba(113, 113, 122, 0.5);
437
+ margin: 0 0.25rem;
438
+ }
439
+
440
+ /* Logo Icons */
441
+ .logo-icon {
442
+ height: 4rem;
443
+ width: 4rem;
444
+ padding: 0.5rem;
445
+ will-change: filter, transform;
446
+ transition: filter 0.3s, transform 0.3s;
447
+ }
448
+
449
+ .logo-vite:hover {
450
+ filter: drop-shadow(0 0 2em rgba(189, 52, 254, 0.667));
451
+ }
452
+
453
+ .logo-vue:hover {
454
+ filter: drop-shadow(0 0 2em rgba(66, 184, 131, 0.667));
455
+ }
456
+
457
+ .logo-domo:hover {
458
+ filter: drop-shadow(0 0 2em rgba(0, 181, 226, 0.667));
459
+ }
460
+
461
+ .logo-tailwind:hover {
462
+ filter: drop-shadow(0 0 2em rgba(6, 182, 212, 0.667));
463
+ }
464
+
465
+ .logo-shadcn {
466
+ color: #27272a;
467
+ }
468
+
469
+ .logo-shadcn:hover {
470
+ filter: drop-shadow(0 0 2em rgba(161, 161, 170, 0.667));
471
+ }
472
+
473
+ /* Title */
474
+ .title {
475
+ font-size: 3rem;
476
+ font-weight: 800;
477
+ letter-spacing: -0.025em;
478
+ line-height: 1.1;
479
+ }
480
+
481
+ .gradient-text {
482
+ background: linear-gradient(
483
+ 135deg,
484
+ #bd34fe 0%,
485
+ #41d1ff 25%,
486
+ #0072bc 50%,
487
+ #06b6d4 75%,
488
+ #a1a1aa 100%
489
+ );
490
+ background-size: 200% auto;
491
+ background-clip: text;
492
+ -webkit-background-clip: text;
493
+ -webkit-text-fill-color: transparent;
494
+ animation: gradient-shift 5s ease infinite;
495
+ }
496
+
497
+ @keyframes gradient-shift {
498
+ 0%, 100% {
499
+ background-position: 0% 50%;
500
+ }
501
+ 50% {
502
+ background-position: 100% 50%;
503
+ }
504
+ }
505
+
506
+ .subtitle {
507
+ font-size: 1rem;
508
+ color: #a1a1aa;
509
+ font-weight: 500;
510
+ }
511
+
512
+ .description {
513
+ font-size: 0.875rem;
514
+ color: #71717a;
515
+ max-width: 400px;
516
+ }
517
+
518
+ /* Demo Section */
519
+ .demo-section {
520
+ margin-top: 1.5rem;
521
+ }
522
+
523
+ .demo-box {
524
+ padding: 1.5rem 2rem;
525
+ background: rgba(255, 255, 255, 0.03);
526
+ border: 1px solid rgba(255, 255, 255, 0.08);
527
+ border-radius: 1rem;
528
+ backdrop-filter: blur(12px);
529
+ }
530
+
531
+ .demo-hint {
532
+ margin-top: 1rem;
533
+ font-size: 0.75rem;
534
+ color: #71717a;
535
+ }
536
+
537
+ .demo-hint code {
538
+ background: rgba(113, 113, 122, 0.15);
539
+ padding: 0.125rem 0.375rem;
540
+ border-radius: 0.25rem;
541
+ color: #a1a1aa;
542
+ font-family: monospace;
543
+ font-size: 0.7em;
544
+ }
545
+
546
+ /* Resources Panel */
547
+ .resources-panel {
548
+ width: 320px;
549
+ display: flex;
550
+ flex-direction: column;
551
+ gap: 1rem;
552
+ padding: 1.5rem;
553
+ background: rgba(255, 255, 255, 0.02);
554
+ border: 1px solid rgba(255, 255, 255, 0.06);
555
+ border-radius: 1rem;
556
+ backdrop-filter: blur(12px);
557
+ }
558
+
559
+ .resources-title {
560
+ font-size: 0.75rem;
561
+ font-weight: 600;
562
+ color: #a1a1aa;
563
+ text-transform: uppercase;
564
+ letter-spacing: 0.1em;
565
+ padding-bottom: 0.75rem;
566
+ border-bottom: 1px solid rgba(255, 255, 255, 0.1);
567
+ }
568
+
569
+ .resources-list {
570
+ display: flex;
571
+ flex-direction: column;
572
+ gap: 0.5rem;
573
+ }
574
+
575
+ .resource-link {
576
+ display: flex;
577
+ align-items: center;
578
+ gap: 0.75rem;
579
+ padding: 0.875rem 1rem;
580
+ background: rgba(255, 255, 255, 0.02);
581
+ border: 1px solid rgba(255, 255, 255, 0.04);
582
+ border-radius: 0.75rem;
583
+ text-decoration: none;
584
+ color: inherit;
585
+ transition: all 0.3s ease;
586
+ }
587
+
588
+ .resource-link:hover {
589
+ background: rgba(255, 255, 255, 0.06);
590
+ border-color: rgba(6, 182, 212, 0.3);
591
+ transform: translateX(4px);
592
+ }
593
+
594
+ .resource-icon {
595
+ width: 20px;
596
+ height: 20px;
597
+ color: #06b6d4;
598
+ flex-shrink: 0;
599
+ }
600
+
601
+ .resource-info {
602
+ flex: 1;
603
+ display: flex;
604
+ flex-direction: column;
605
+ gap: 0.125rem;
606
+ min-width: 0;
607
+ }
608
+
609
+ .resource-title {
610
+ font-size: 0.875rem;
611
+ font-weight: 600;
612
+ color: #f4f4f5;
613
+ }
614
+
615
+ .resource-description {
616
+ font-size: 0.75rem;
617
+ color: #71717a;
618
+ }
619
+
620
+ .external-icon {
621
+ width: 16px;
622
+ height: 16px;
623
+ color: #52525b;
624
+ flex-shrink: 0;
625
+ transition: all 0.3s ease;
626
+ }
627
+
628
+ .resource-link:hover .external-icon {
629
+ color: #06b6d4;
630
+ transform: translate(2px, -2px);
631
+ }
632
+
633
+ .resources-footer {
634
+ font-size: 0.75rem;
635
+ color: #52525b;
636
+ text-align: center;
637
+ padding-top: 0.5rem;
638
+ }
639
+
640
+ /* Footer */
641
+ .footer {
642
+ padding: 1rem 2rem;
643
+ text-align: center;
644
+ border-top: 1px solid rgba(255, 255, 255, 0.1);
645
+ background: rgba(0, 0, 0, 0.2);
646
+ }
647
+
648
+ .footer p {
649
+ font-size: 0.75rem;
650
+ color: #52525b;
651
+ }
652
+
653
+ .footer-link {
654
+ color: #06b6d4;
655
+ text-decoration: none;
656
+ font-weight: 500;
657
+ transition: color 0.3s ease;
658
+ }
659
+
660
+ .footer-link:hover {
661
+ color: #a855f7;
662
+ }
663
+
664
+ /* Responsive */
665
+ @media (max-width: 1024px) {
666
+ .main-content {
667
+ flex-direction: column;
668
+ gap: 2rem;
669
+ overflow-y: auto;
670
+ }
671
+
672
+ .resources-panel {
673
+ width: 100%;
674
+ max-width: 400px;
675
+ }
676
+ }
677
+
678
+ @media (max-width: 768px) {
679
+ .logo-icon {
680
+ height: 3rem;
681
+ width: 3rem;
682
+ }
683
+
684
+ .title {
685
+ font-size: 2.5rem;
686
+ }
687
+ }
688
+
689
+ @media (max-width: 480px) {
690
+ .logo-icon {
691
+ height: 2.5rem;
692
+ width: 2.5rem;
693
+ }
694
+
695
+ .title {
696
+ font-size: 2rem;
697
+ }
698
+ }
699
+ </style>