style: change font sizes

This commit is contained in:
log101 2024-01-30 21:54:46 +03:00
parent 7e967507fb
commit cd74e9d3b8

View File

@ -99,22 +99,31 @@ import { Label } from '@/components/ui/label';
> >
3. Fotoğraf Açıklaması 3. Fotoğraf Açıklaması
</h2> </h2>
<div class="grid w-full max-w-sm items-center gap-2 mt-4"> <div class="grid w-full max-w-md items-center gap-2 mt-4">
<div class="grid w-full max-w-sm items-center gap-1.5"> <div class="grid w-full items-center gap-1.5">
<Label htmlFor="location-author">Gönderici</Label> <Label htmlFor="location-author" className="lg:text-lg text-md">
Gönderici
</Label>
<Input <Input
id="location-author" id="location-author"
name="author" name="author"
placeholder="İsminizi buraya yazınız." placeholder="İsminizi buraya yazınız."
className="lg:text-lg text-md"
required required
/> />
</div> </div>
<div class="grid w-full max-w-sm items-center gap-1.5"> <div class="grid w-full items-center gap-1.5">
<Label htmlFor="location-description">Açıklama</Label> <Label
htmlFor="location-description"
className="lg:text-lg text-md"
>
ıklama
</Label>
<Textarea <Textarea
placeholder="Açıklamanızı buraya yazınız." placeholder="Açıklamanızı buraya yazınız."
name="description" name="description"
id="location-description" id="location-description"
className="lg:text-lg text-md"
required required
/> />
<p class="text-sm text-muted-foreground"> <p class="text-sm text-muted-foreground">