Update custom.css

This commit is contained in:
Aurindam Jana 2024-12-05 19:49:22 +01:00
parent ff8aff6ab4
commit 7d7af08351

View file

@ -91,11 +91,15 @@
.hero {
display: flex;
align-items: center;
gap: 1.5rem;
flex-direction: column-reverse;
padding-block: initial;
}
.hero .copy {
align-items: center;
}
.site-title {
font-size: 1rem;
text-transform: uppercase;
@ -114,3 +118,7 @@
.version-banner a {
color: var(--sl-color-orange-high);
}
.sl-markdown-content :not(a, strong, em, del, span, input, code, br) + :not(a, strong, em, del, span, input, code, br, :where(.not-content *)) {
padding-top: 1rem;
}