Skip to content

Commit e9696d6

Browse files
committed
refactor: some responsive fixes
1 parent b771a0d commit e9696d6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

inertia/components/footer.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import Socials from '@/components/socials.vue'
55
<template>
66
<div class="p-container mb-4 footer">
77
<div class="flex flex-col gap-5">
8-
<div class="grid grid-cols-1 gap-8" md="grid-cols-4">
8+
<div class="grid grid-cols-1 gap-4" md="grid-cols-4 gap-8">
99
<div class="bg-base2 rounded p-4 border border-base3 group">
1010
<div class="h-full flex flex-col justify-between">
1111
<div class="space-y-4">

inertia/pages/home/components/official_package_button.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const officialPackagesOnly = defineModel<boolean>()
99
aria-label="Official packages"
1010
theme="primary"
1111
size="s"
12-
class="flex items-center justify-center rounded border border-base5 bg-base3 px-4 text-base transition-all space-x-2 text-sm transition duration-300"
12+
class="flex items-center justify-center rounded border border-base5 bg-base3 px-4 text-base transition-all space-x-2 text-sm transition duration-300 py-2"
1313
hover="bg-base4"
1414
:class="{
1515
'bg-base border-yellow-500/30': officialPackagesOnly,

0 commit comments

Comments
 (0)