mobi ios workaround, improve style up recieve page

This commit is contained in:
daniel-j
2023-12-06 15:00:41 +01:00
parent 78e5d79ca8
commit 77173960ca
4 changed files with 98 additions and 27 deletions

View File

@@ -14,14 +14,15 @@ h1 {
font-weight: normal;
font-style: italic;
}
#key {
#keyoutput {
font-size: 5em;
display: block;
display: inline-block;
letter-spacing: 0.2em;
margin: 10px 0;
font-family: sans-serif;
font-family: monospace, sans-serif;
white-space: nowrap;
text-transform: uppercase;
vertical-align: middle;
}
.center {
text-align: center;
@@ -39,11 +40,23 @@ h1 {
display: inline-block;
font-family: inherit;
font-size: 1.2em;
margin: 0 0.5em;
vertical-align: middle;
}
#keygen {
margin-left: 1em;
margin-right: -4.7em;
padding: 1em;
}
#keygen:focus {
background: black;
color: white;
}
#keygen svg {
display: block;
width: 1.5em;
height: 1.5em;
}
#downloads {
display: none;
}