From 09a72a49d1155407a0437efcbeaf41a99add72a2 Mon Sep 17 00:00:00 2001 From: Oli Mebberson <162764375+olii-dev@users.noreply.github.com> Date: Fri, 5 Jul 2024 12:28:22 +0930 Subject: [PATCH] Updated placeholder styling to desired size Placeholder styling has been set to desired size (2rem) --- src/pages/index.astro | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pages/index.astro b/src/pages/index.astro index 52c9437..3cfe928 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -171,6 +171,7 @@ if (Astro.request.method === "POST") { } input::placeholder { font-family: "Averia Serif Libre", serif; + font-size: 2rem; } label { font-family: "Averia Serif Libre", serif;