forgot to add height to textarea

This commit is contained in:
thaaoblues 2024-09-13 14:32:18 +02:00
parent 0f0e0f92e3
commit 1b6104420a

View file

@ -156,20 +156,20 @@
.card textarea{ .card textarea{
width: 100%; width: 100%;
height: auto; height: 100vh;
margin-bottom: 10px; margin-bottom: 10px;
border-radius: 7px; border-radius: 7px;
} }
.card embed{ .card embed{
width: 100%; width: 100%;
height: 50vw; height: 50vh;
margin-bottom: 10px; margin-bottom: 10px;
} }
.card iframe { .card iframe {
width: 100%; width: 100%;
height: 50vw; height: 50vh;
} }