mirror of
https://github.com/tabler/tabler.git
synced 2026-07-16 10:31:41 +04:00
feat: improve navbar layout and add media query for background gradient in documentation styles
This commit is contained in:
+3
-1
@@ -13,7 +13,9 @@
|
||||
}
|
||||
|
||||
.bg-docs-gradient {
|
||||
background: radial-gradient(circle at 0 0, color-mix(in srgb, var(--tblr-primary) 4%, transparent), transparent 80%) no-repeat 0 0 / 800px 800px !important;
|
||||
@media (min-width: 992px) {
|
||||
background: radial-gradient(circle at 0 0, color-mix(in srgb, var(--tblr-primary) 4%, transparent), transparent 80%) no-repeat 0 0 / 800px 800px !important;
|
||||
}
|
||||
}
|
||||
|
||||
.DocSearch-Button {
|
||||
|
||||
Reference in New Issue
Block a user