Skip to content

Commit

Permalink
removing main wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
Agrim Jain authored and Agrim Jain committed May 23, 2024
1 parent fbfb20e commit f48534b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 16 deletions.
4 changes: 0 additions & 4 deletions src/components/Header/Header.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@

.Navtop {
width: 100%;
position: fixed;
background-color: white;
z-index: 10000;
top: 0px;
display: flex;
flex-direction: column;
align-items: center;
Expand Down
12 changes: 0 additions & 12 deletions src/styles/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
--demo-account: #377cfc;
--docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.1);
--nav-height: 72px;
--navtop-height: 53px;
--ifm-menu-color: #414652;
--ifm-menu-link-sublist-icon-2: url(/img/arrow_sidebar.svg);
--ifm-menu-link-padding-vertical: 9px;
Expand Down Expand Up @@ -160,7 +159,6 @@ html,
body {
overflow-x: hidden;
overflow-anchor: none;
padding-top: var(--navtop-height);
}

.hidden {
Expand Down Expand Up @@ -221,23 +219,13 @@ div[class*='sidebarViewport'] {
align-items: center;
}

.main-wrapper {
height: calc(100vh - rem(7.2));
}

.navbar {
position: fixed;
width: 100%;
padding: 0 5vw;
top: 30px;
height: var(--nav-height);
line-height: rem(2);
@media (max-width: 996px) {
padding: 0 rem(1.5);
}
@media (max-width: 768px) {
top: 0px;
}
.right-navigation {
display: flex;
align-items: center;
Expand Down

0 comments on commit f48534b

Please sign in to comment.