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