From 86714dbe92c188045d46e30448f6d2056958de68 Mon Sep 17 00:00:00 2001 From: Volpeon Date: Wed, 10 Mar 2021 21:12:01 +0100 Subject: Small fixes --- style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'style.css') diff --git a/style.css b/style.css index 6be7ed3..3443559 100644 --- a/style.css +++ b/style.css @@ -51,8 +51,8 @@ p { iframe { display: block; - width: 100%; - height: 100%; + width: 100%; + height: 100%; } input { @@ -126,7 +126,7 @@ button:focus { .c-form-field__label { font-size: 15px; font-weight: bold; - color: var(--fg-lo); + color: var(--fg-lo); } .c-form-field__help { -- cgit v1.2.3-54-g00ecf