Update index.html

This commit is contained in:
Spencer Flagg 2024-02-05 12:28:02 +00:00
parent bde540e250
commit 33e7e2b2ab

View file

@ -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;