mirror of
https://github.com/Hackdex-App/hackdex-website.git
synced 2026-09-07 00:15:40 -05:00
Add card-simple class for large elements
This commit is contained in:
@@ -18,7 +18,7 @@ export default function Gallery({ images, title }: { images: string[]; title: st
|
||||
};
|
||||
}, [emblaApi]);
|
||||
return (
|
||||
<div className="card p-4">
|
||||
<div className="card-simple p-4">
|
||||
<div className="relative aspect-[16/9] w-full overflow-hidden" ref={emblaRef}>
|
||||
<div className="flex h-full">
|
||||
{images.map((src, idx) => (
|
||||
|
||||
@@ -224,7 +224,7 @@ export default function HackEditForm({ slug, initial }: HackEditFormProps) {
|
||||
return (
|
||||
<div className="mt-6 flex flex-col gap-6 lg:grid lg:grid-cols-[minmax(0,1fr)_360px]">
|
||||
<div className="space-y-6">
|
||||
<div className="card p-5">
|
||||
<div className="card-simple p-5">
|
||||
<div className="flex items-center justify-between">
|
||||
<h2 className="text-xl font-semibold tracking-tight">Content</h2>
|
||||
<div className="flex items-center gap-3">
|
||||
|
||||
Reference in New Issue
Block a user