Skip to content

Commit

Permalink
Updating menu and homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
fe-lix- committed Dec 13, 2023
1 parent 611d7c5 commit 56850d5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
8 changes: 4 additions & 4 deletions blocks/header/header.css
Original file line number Diff line number Diff line change
Expand Up @@ -227,10 +227,6 @@ header nav .nav-sections > ul > li {
margin: auto 0;
}

header nav .nav-sections > ul > li:last-child {
white-space: normal;
}

header nav .nav-sections ul > li[aria-expanded="true"] {
background-color: var(--background-color-secondary);
}
Expand All @@ -257,6 +253,10 @@ header nav .nav-sections ul > li > ul > li {
font-size: 1rem;
}

header nav .nav-sections > ul > li:last-child {
white-space: normal;
}

header nav .nav-sections ul > li > ul > li > a {
padding: 6px 36px;
}
Expand Down
9 changes: 4 additions & 5 deletions styles/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -364,11 +364,6 @@ main .section.teal-bg, main .section.teal {
color: white;
}

main .section.teal-bg, main .section.teal h4 {
color: white;
}


main .section.gray-bg, main .section.lightcool, main .section.lightgray {
background-color: #e7e9ea;
}
Expand Down Expand Up @@ -416,6 +411,10 @@ body.blog-index main h1, body.blog-index main h2, body.blog-index main h3, body.
text-align: left;
}

main .section.teal-bg, main .section.teal h4 {
color: white;
}

body.blog-post main h1 {
font-size: 2.1875rem;
line-height: 2.813rem;
Expand Down

0 comments on commit 56850d5

Please sign in to comment.