Lots of changes

This commit is contained in:
Simon Pocrnjič
2024-11-13 22:11:07 +01:00
parent 90a5858320
commit 953ff38d64
76 changed files with 2822 additions and 427 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ const props = defineProps({
<template>
<div class="grid grid-rows-* grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-2">
<div class=" rounded p-2 shadow" v-for="item in items">
<div class="rounded p-2 shadow" v-for="item in items">
<p class="text-sm leading-5 md text-gray-500">{{ item.title }}</p>
<p class="text-lg leading-7 text-gray-900">{{ item.val }}</p>
</div>