Update index.html
This commit is contained in:
parent
bde540e250
commit
33e7e2b2ab
1 changed files with 4 additions and 0 deletions
|
|
@ -9,12 +9,16 @@
|
|||
:where(dl,ol,ul) li {
|
||||
margin-bottom: calc(var(--typography-spacing-vertical) * 3);
|
||||
}
|
||||
code {
|
||||
margin-bottom: var(--spacing);
|
||||
}
|
||||
button {
|
||||
width: auto;
|
||||
}
|
||||
.alert {
|
||||
padding: 1em 2em;
|
||||
border-radius: 1em;
|
||||
display: none;
|
||||
}
|
||||
.alert--success {
|
||||
background: #88c841;
|
||||
|
|
|
|||
Loading…
Reference in a new issue