fix: fix bug with navbar

This commit is contained in:
jinhojang6
2024-03-22 04:36:17 +09:00
committed by Jinho Jang
parent 34b6057c93
commit 49a0f641fe
2 changed files with 19 additions and 4 deletions
@@ -9,3 +9,22 @@ html {
.theme-doc-breadcrumbs {
display: none;
}
.mdx-hero > .mdx-hero-image > img {
position: absolute;
right: 0;
top: 0;
margin-top: -65%;
}
@media screen and (min-width: 996px) {
.mdx-hero > .mdx-hero-image > img {
position: absolute;
right: 0;
top: 0;
transform: rotate(170deg);
margin-right: -300px;
margin-top: -78%;
scale: 0.95;
}
}
@@ -345,10 +345,6 @@ a code {
overflow-x: hidden !important;
}
#__docusaurus {
overflow-x: hidden !important;
}
.navbar {
background-color: transparent;
}