Skip to content

Commit 7c67620

Browse files
committed
fix: border radius of footer
1 parent 11c6382 commit 7c67620

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

frontend/layers/base/app/assets/css/main.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@
5959
--font-weight-semibold: 600;
6060

6161
--radius-xl: .75rem; /* 12px */
62-
--radius-7xl: 1.5rem; /* 12px */
63-
--radius-full: 2rem;
62+
--radius-4xl: 1.5rem; /* 24px */
63+
--radius-full: 2rem; /* 32px */
6464

6565
--spacing-unset: unset;
6666
--spacing-xs: .25rem; /* 4px */

frontend/layers/base/app/components/TheFooter.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ const resourceLinks: Link[] = [
4444

4545
<template>
4646
<div
47-
class="bg-gray-50 dark:bg-gray-950 flex flex-col gap-3xl sm:gap-5xl pt-3xl px-xl pb-7xl sm:px-5xl sm:py-7xl sm:rounded-7xl max-w-container-sm sm:mx-xl sm:mb-xl"
47+
class="bg-gray-50 dark:bg-gray-950 flex flex-col gap-3xl sm:gap-5xl pt-3xl px-xl pb-7xl sm:px-5xl sm:py-7xl sm:rounded-4xl max-w-container-sm sm:mx-xl sm:mb-xl"
4848
>
4949
<NuxtLink
5050
to="/"

0 commit comments

Comments
 (0)