Update copy

This commit is contained in:
Jeremy Thomas
2024-01-11 04:07:13 +00:00
parent 363f29b026
commit 25d054e64b
4 changed files with 33 additions and 3 deletions

View File

@@ -118,11 +118,27 @@
width: 100%;
}
.v1-content {
background-color: #f9f9f9;
font-size: 0.875em;
margin: -1.5rem -1.5rem 1.5rem;
padding: 1.5rem;
color: #666;
box-shadow: inset 0 -1em 1em rgba(0, 0, 0, 0.1);
ul {
margin-left: 1.5em;
margin-top: 0.5em;
list-style: disc;
}
}
form {
background-color: #fff;
padding: 1.5em;
border-radius: 0.5em;
width: 100%;
overflow: hidden;
}
.button {