mirror of
https://codeberg.org/keyoxide/keyoxide-web.git
synced 2024-12-22 14:59:29 -07:00
Update spacing
This commit is contained in:
parent
355e549f4b
commit
258a74f8bd
1 changed files with 5 additions and 0 deletions
|
@ -20,6 +20,7 @@ header a {
|
|||
footer {
|
||||
color: #777;
|
||||
margin: 64px 0;
|
||||
padding: 32px;
|
||||
}
|
||||
.container {
|
||||
max-width: 640px;
|
||||
|
@ -35,6 +36,7 @@ footer {
|
|||
}
|
||||
.bigBtn {
|
||||
display: inline-block;
|
||||
margin-bottom: 12px;
|
||||
padding: 8px;
|
||||
color: #333;
|
||||
font-size: 1.2em;
|
||||
|
@ -70,6 +72,9 @@ textarea {
|
|||
height: 128px;
|
||||
resize: vertical;
|
||||
}
|
||||
input[type="text"] {
|
||||
margin: 0 12px 12px 0;
|
||||
}
|
||||
input[type="radio"] {
|
||||
vertical-align: sub;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue