Skip to content

Commit

Permalink
Styles adjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
KMajkrzakOctopus committed Feb 15, 2024
1 parent ebacb14 commit 0fa9fb0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions public/docs/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@ nav.skip-links a:focus {
.octo-header-bkg {
box-shadow: 0 5px 30px rgba(0, 0, 0, 0.2);
background-color: var(--header-bg);
min-height: 55px;
min-height: 82px;
position: sticky;
top: 0;
/* z-index due to conflict with octo-title-bkg */
Expand Down Expand Up @@ -568,7 +568,7 @@ nav.skip-links a:focus {
.octo-title-bkg {
background: linear-gradient(269.9deg, #11181D 47.17%, #124164 72.68%, #07121A 96.54%);
position: sticky;
top: 55px;
top: 82px;
z-index: 10;
}

Expand Down Expand Up @@ -635,13 +635,13 @@ nav.skip-links a:focus {
.site-nav {
background-color: var(--bg-color-menu);
height: calc(100vh - 110px);
top: 110px;
top: 140px;
}

.side-nav {
margin-block-start: 10vh;
height: calc(100vh - 260px);
top: 150px;
top: 170px;
}

.site-nav>ul,
Expand Down

0 comments on commit 0fa9fb0

Please sign in to comment.