mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-03 18:29:09 +00:00
Update custom.css
This commit is contained in:
parent
ff8aff6ab4
commit
7d7af08351
1 changed files with 9 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue