From 1b6104420a59f3ea00ae48dad1bec614227d3313 Mon Sep 17 00:00:00 2001 From: thaaoblues Date: Fri, 13 Sep 2024 14:32:18 +0200 Subject: [PATCH] forgot to add height to textarea --- css/index.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/css/index.css b/css/index.css index 015b47e..9c3828e 100644 --- a/css/index.css +++ b/css/index.css @@ -156,20 +156,20 @@ .card textarea{ width: 100%; - height: auto; + height: 100vh; margin-bottom: 10px; border-radius: 7px; } .card embed{ width: 100%; - height: 50vw; + height: 50vh; margin-bottom: 10px; } .card iframe { width: 100%; - height: 50vw; + height: 50vh; }