Merge pull request #2008 from handotdev/patch-1

Update style.css in docs
This commit is contained in:
Vlad Matsiiako
2024-06-24 08:20:30 -07:00
committed by GitHub

View File

@@ -10,7 +10,6 @@
#sidebar {
left: 0;
padding-left: 48px;
padding-right: 30px;
border-right: 1px;
border-color: #cdd64b;
@@ -18,6 +17,10 @@
border-right: 1px solid #ebebeb;
}
#sidebar-content {
padding-left: 2rem;
}
#sidebar .relative .sticky {
opacity: 0;
}
@@ -154,4 +157,4 @@
.flex-1 .flex .items-center {
/* background-color: #f5f5f5; */
}
}