docs: fix design issues (#5252)

* docs: fix design issues

* fix commands in installation tabs
This commit is contained in:
Shahed Nasser
2023-09-29 17:17:24 +03:00
committed by GitHub
parent 18a05dee86
commit 7016c8940c
4 changed files with 12 additions and 18 deletions

View File

@@ -50,18 +50,4 @@
body[data-modal="opened"] {
@apply !overflow-hidden;
}
}
@layer utilities {
.clip {
clip-path: inset(0);
}
.no-marker {
@apply marker:content-none;
}
.no-marker::-webkit-details-marker {
@apply hidden;
}
}