Fix style

This commit is contained in:
2024-08-22 22:45:49 +02:00
parent 324aa143d1
commit 43f7016311
5 changed files with 5 additions and 5 deletions

View File

@@ -12,7 +12,7 @@ defineProps<{
<h1 class="font-bold text-xl mb-4">
{{ title }}
</h1>
<div v-if="apps" class="grid grid-cols-1 auto-rows-auto sm:grid-cols-3 md:grid-cols-4 gap-8">
<div v-if="apps" class="grid grid-cols-1 auto-rows-auto sm:grid-cols-3 md:grid-cols-5 gap-4">
<ULink v-for="app in apps" :key="app.name" :to="app.url" class="relative" target="_blank">
<div v-show="app.primary === true" class="absolute flex h-4 w-4 -right-2 -top-2">
<span class="animate-ping absolute inline-flex h-full w-full rounded-full bg-green-400 opacity-75" />

View File

@@ -28,7 +28,7 @@ const social = apps.filter(app => app._dir === 'social')
</h1>
</div>
<div v-if="apps" class="space-y-12 mt-12">
<section class="grid grid-cols-1 auto-rows-auto sm:grid-cols-3 gap-8">
<section class="grid grid-cols-1 auto-rows-auto sm:grid-cols-3 gap-4">
<Weather />
<Map />
</section>

View File

@@ -1,5 +1,5 @@
{
"name": "HoppScotch.io",
"name": "HoppScotch",
"url": "https://hoppscotch.io/",
"tags": [
{

View File

@@ -1,5 +1,5 @@
{
"name": "GeoGebra Calc",
"name": "GeoGebra",
"url": "https://www.geogebra.org/calculator",
"tags": [
{

View File

@@ -1,5 +1,5 @@
{
"name": "WorlframAlpha",
"name": "Wolfram",
"url": "https://www.wolframalpha.com/",
"tags": [
{