Skip to content

Commit 608fd3f

Browse files
committed
style: remove duplicate Tailwind classes in footer container
1 parent 80e56ae commit 608fd3f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/components/AppFooter.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const closeModal = () => modalRef.value?.close?.()
1010
<template>
1111
<footer class="border-t border-border mt-auto">
1212
<div
13-
class="container py-3 sm:py-8 flex flex-col gap-2 sm:gap-4 text-fg-subtle text-sm flex flex-col lg:flex-row justify-between gap-2 sm:gap-4"
13+
class="container container py-3 sm:py-8 flex flex-col lg:flex-row justify-between gap-2 sm:gap-4 text-fg-subtle text-sm"
1414
>
1515
<div class="flex flex-col gap-3 motion-safe:animate-fade-in motion-safe:animate-fill-both">
1616
<p class="font-mono text-balance hidden sm:block">

0 commit comments

Comments
 (0)