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 {
|
:where(dl,ol,ul) li {
|
||||||
margin-bottom: calc(var(--typography-spacing-vertical) * 3);
|
margin-bottom: calc(var(--typography-spacing-vertical) * 3);
|
||||||
}
|
}
|
||||||
|
code {
|
||||||
|
margin-bottom: var(--spacing);
|
||||||
|
}
|
||||||
button {
|
button {
|
||||||
width: auto;
|
width: auto;
|
||||||
}
|
}
|
||||||
.alert {
|
.alert {
|
||||||
padding: 1em 2em;
|
padding: 1em 2em;
|
||||||
border-radius: 1em;
|
border-radius: 1em;
|
||||||
|
display: none;
|
||||||
}
|
}
|
||||||
.alert--success {
|
.alert--success {
|
||||||
background: #88c841;
|
background: #88c841;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue