mirror of
https://github.com/ArthurDanjou/arthome.git
synced 2026-01-14 12:14:33 +01:00
Fix style
This commit is contained in:
@@ -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" />
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "HoppScotch.io",
|
||||
"name": "HoppScotch",
|
||||
"url": "https://hoppscotch.io/",
|
||||
"tags": [
|
||||
{
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "GeoGebra Calc",
|
||||
"name": "GeoGebra",
|
||||
"url": "https://www.geogebra.org/calculator",
|
||||
"tags": [
|
||||
{
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "WorlframAlpha",
|
||||
"name": "Wolfram",
|
||||
"url": "https://www.wolframalpha.com/",
|
||||
"tags": [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user