Skip to content

Commit

Permalink
adjust link area size
Browse files Browse the repository at this point in the history
  • Loading branch information
HectorVilas committed Jan 7, 2023
1 parent 43f21b3 commit 3e39aac
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down Expand Up @@ -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 */
Expand Down

0 comments on commit 3e39aac

Please sign in to comment.