From 3c014b6a93da72489accc60454867a2a2cf4df4c Mon Sep 17 00:00:00 2001 From: IK-Ngoo Date: Sat, 17 Aug 2024 18:41:03 +0800 Subject: [PATCH 1/3] fix(components): set unique id for maturity detail by adding postfix --- _includes/maturity.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/maturity.html b/_includes/maturity.html index 97c2d0b..6a8940c 100644 --- a/_includes/maturity.html +++ b/_includes/maturity.html @@ -11,7 +11,7 @@ 成熟度說明 From b14cb0f9166a41457c923698ef257ae112262d24 Mon Sep 17 00:00:00 2001 From: IK-Ngoo Date: Sat, 17 Aug 2024 18:42:56 +0800 Subject: [PATCH 2/3] fix(form): set valid value for autocomplete attr --- _includes/form/form-elements.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/form/form-elements.html b/_includes/form/form-elements.html index 83fec57..01decb1 100644 --- a/_includes/form/form-elements.html +++ b/_includes/form/form-elements.html @@ -1,7 +1,7 @@
- +
From c29e7a1cceb034827774e8ab689b649414b921ae Mon Sep 17 00:00:00 2001 From: IK-Ngoo Date: Sat, 17 Aug 2024 18:47:08 +0800 Subject: [PATCH 3/3] fix(skip-to): set font-size using relative unit --- assets/css/components/skip-to.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/css/components/skip-to.css b/assets/css/components/skip-to.css index cb29c5f..4792a6d 100644 --- a/assets/css/components/skip-to.css +++ b/assets/css/components/skip-to.css @@ -18,7 +18,7 @@ skip-to .skip-to { text-decoration: none; padding: 1em; line-height: 1; - font-size: 14px; + font-size: 1em; } skip-to .skip-to:focus {