password: add specific page for reset instructions
This commit is contained in:
parent
fb55c76829
commit
d530b272a1
9 changed files with 82 additions and 7 deletions
|
@ -4,3 +4,9 @@
|
|||
font-family: "Muli", system-ui, -apple-system, sans-serif;
|
||||
color: $black;
|
||||
}
|
||||
|
||||
ol {
|
||||
line-height: 28px;
|
||||
list-style-type: decimal;
|
||||
list-style-position: inside;
|
||||
}
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
padding-top: 2 * $default-padding;
|
||||
padding-bottom: 2 * $default-padding;
|
||||
text-align: center;
|
||||
max-width: 600px;
|
||||
max-width: 700px;
|
||||
|
||||
section {
|
||||
text-align: left;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue