add ios instructions

This commit is contained in:
2025-05-11 13:11:46 +01:00
parent 081481132b
commit 40f4cdad5a
5 changed files with 73 additions and 4 deletions

View File

@@ -86,7 +86,7 @@ button {
border-radius: 4px;
width: 100%;
font-weight: 500;
box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
box-shadow: rgba(0, 0, 0, 0.05) 0 0 0 1px;
}
@media (prefers-color-scheme: dark) {
button {
@@ -116,6 +116,20 @@ footer > p {
padding-bottom: 1rem;
}
.instructions {
max-width: 40ch;
line-height: 1.5em;
padding-top: 1rem;
padding-bottom: 1rem;
}
.instructions-link {
font-size: 0.8em;
display: block;
text-align: center;
margin-top: 1rem;
}
.back-link {
font-size: 0.8em;
}