Skip to content

Commit

Permalink
resized p text mobile and extended dropdown to 100
Browse files Browse the repository at this point in the history
  • Loading branch information
lifehaverdev committed Oct 28, 2022
1 parent b899e39 commit ead3083
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions public/stylesheets/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ ul {
height: 0px;
}
.navbar #nav-check:checked ~ .nav-links {
height: calc(60vh );
height: 100%;
overflow-y: auto;
}
.navbar .nav-links .icon {
Expand All @@ -245,7 +245,7 @@ ul {
height: 66px;
}
.column p {
font-size: 40px;
font-size: 33px;
}
#audio {
height: 40px;
Expand Down

0 comments on commit ead3083

Please sign in to comment.