fixes docs css

This commit is contained in:
Christian Beutel
2024-07-01 18:21:34 +02:00
parent 72e6d12713
commit 6522b06e96
3 changed files with 16 additions and 6 deletions

View File

@@ -8,6 +8,16 @@
.card .icon {
background-color: transparent!important;
border-color: var(--sl-color-text)!important
background-color: transparent !important;
border-color: var(--sl-color-text) !important
}
@media (min-width: 50rem) {
.hero {
grid-template-columns: 7fr 7fr;
}
.hero>.hero-html {
width: 100%;
}
}