Skip to content

Commit

Permalink
Deploy preview for PR 1066 🛫
Browse files Browse the repository at this point in the history
  • Loading branch information
TinaKT committed Nov 20, 2024
1 parent 2e1d468 commit 886b6b7
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
Binary file modified pr-preview-academy/pr-1066/.doctrees/environment.pickle
Binary file not shown.
29 changes: 29 additions & 0 deletions pr-preview-academy/pr-1066/_static/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -196,4 +196,33 @@ html {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
}
/* Logo positioning */
.navbar-header-items__start {
position: absolute;
left: 0;
padding-left: 1rem;
z-index: 1; /* Reduced z-index */
background: white;
max-width: 20%;
}

/* Menu positioning */
.navbar-header-items:not(.navbar-header-items__start) {
margin-left: 200px;
position: relative;
z-index: 2; /* Higher than logo */
background: white;
}

img.logo {
max-height: 35px;
width: auto;
}

/* Responsive adjustments */
@media (max-width: 768px) {
.navbar-header-items:not(.navbar-header-items__start) {
margin-left: 150px;
}
}

0 comments on commit 886b6b7

Please sign in to comment.