mirror of
https://github.com/yudejp/yude.jp.git
synced 2025-01-23 04:57:21 +00:00
Merge branch 'main' of ssh://github.com/yudejp/yude.jp
This commit is contained in:
commit
0cd2111d48
@ -1,8 +1,8 @@
|
||||
import Marquee from "react-fast-marquee";
|
||||
|
||||
export default function Mutuals() {
|
||||
const noImageBanner = `border border-4 border-fuchsia-300 bg-slate-200 pt-1.5 px-3 text-black h-12 font-bold block min-w-56 text-center text-2xl font-serif`
|
||||
const globalBanner = `h-12 inline-block`
|
||||
const noImageBanner = `border border-4 border-fuchsia-300 bg-slate-200 pt-1.5 px-3 text-black h-12 font-bold block min-w-32 text-center text-2xl font-serif`
|
||||
const globalBanner = `h-12 w-auto inline-block`
|
||||
|
||||
return (
|
||||
<Marquee
|
||||
|
Loading…
Reference in New Issue
Block a user