Skip to content

Commit

Permalink
Fix underline of anchor tag links
Browse files Browse the repository at this point in the history
branch feat/style
  • Loading branch information
danifromecuador committed Sep 5, 2024
1 parent 0afff31 commit fe8d187
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,11 @@ li {
list-style: none;
}

a {
text-decoration: underline;
text-underline-offset: 5px;
}

.hide {
display: none !important;
}
Expand Down Expand Up @@ -98,7 +103,7 @@ li {
font-size: 12px;
}

@media (width <= 720px) {
@media (width <=720px) {
button {
font-size: 4vw;
}
Expand Down Expand Up @@ -129,4 +134,4 @@ li {
.clock {
font-size: 16vw;
}
}
}

0 comments on commit fe8d187

Please sign in to comment.