Changes
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
import NavbarLayout from "../layouts/NavbarLayout.astro";
|
||||
|
||||
import { Image } from "astro:assets";
|
||||
import localBau from "../images/2022-03-28_13.18.25.png";
|
||||
import localBau from "../images/bau.jpg";
|
||||
import {l, t} from "astro-i18n";
|
||||
import {CaretRight, Archive, Rocket, Bell} from "@astropub/icons"
|
||||
---
|
||||
@@ -121,8 +121,9 @@ import {CaretRight, Archive, Rocket, Bell} from "@astropub/icons"
|
||||
}
|
||||
|
||||
.card {
|
||||
@apply w-72 border-2 bg-zinc-50 border-gray-100 flex flex-col items-center p-8 m-4 rounded-xl shadow-lg
|
||||
dark:bg-zinc-900 dark:border-gray-800 dark:text-gray-100;
|
||||
@apply w-72 border-2 bg-zinc-50 border-gray-100 flex flex-col items-center p-8 m-4 rounded-xl shadow-lg transition-transform duration-300 ease-in-out
|
||||
dark:bg-zinc-900 dark:border-gray-800 dark:text-gray-100
|
||||
hover:scale-105;
|
||||
>h1 {
|
||||
@apply text-xl font-bold underline mt-4;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user