From 3e39aac8cc9eded90bb19ec119e769c54687fe02 Mon Sep 17 00:00:00 2001 From: HectorVilas <96928935+HectorVilas@users.noreply.github.com> Date: Sat, 7 Jan 2023 17:09:05 -0300 Subject: [PATCH] adjust link area size --- src/style.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/style.css b/src/style.css index 0b18345..88ffadc 100644 --- a/src/style.css +++ b/src/style.css @@ -115,12 +115,15 @@ input[type="text"], input[type="date"] { } #menu .fieldset-options p { + display: flex; width: 100%; } #menu a { text-decoration: none; color: inherit; + width: 100%; + height: 100%; } #menu .fieldset-options .menu-item.about { @@ -366,7 +369,7 @@ body {background-color: var(--bgc-page);} .card ul li:nth-child(18) { transition-delay: 450ms; } .card ul li:nth-child(19) { transition-delay: 475ms; } .card ul li:nth-child(1n+20) { transition-delay: 500ms; } - +/*TODO: add the delays with JS, limit max to 500ms*/ /* card icons */