Skip to content

Commit

Permalink
GH #1200 - Making the menu bigger.
Browse files Browse the repository at this point in the history
  • Loading branch information
dsuch committed May 5, 2024
1 parent ca7fcc4 commit b28254e
Showing 1 changed file with 4 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

div.nav-container {
background-color: #363636;
height:2.1rem;
height:2.5rem;
z-index: 9999;
}

Expand Down Expand Up @@ -61,17 +61,14 @@ ul {
}

.pure-css-nav > nav ul li.first-level a {
font-size: 0.7rem;
font-size: 0.9rem;
background-color: transparent;
}

.pure-css-nav > nav ul li.first-level a:hover {
font-size: 0.7rem;
background-color: transparent;
}
.pure-css-nav > nav ul li a {
font-size:0.7rem;
}

/* Level 2 and beyond */
.pure-css-nav > nav ul ul {
padding-top: 0.16rem;
Expand Down Expand Up @@ -138,7 +135,7 @@ ul {
}

.pure-css-nav > nav ul > li.child {
width: 7rem;
width: 9rem;
}
.pure-css-nav > nav ul li a {
display:block;
Expand Down

0 comments on commit b28254e

Please sign in to comment.