qobuz-docker/public/style.css

15 lines
167 B
CSS
Raw Permalink Normal View History

2021-02-28 12:42:54 +01:00
input {
width: 25em;
}
#form {
text-align: center;
margin: 2em;
}
#logoutput {
margin: 2em;
white-space: pre-wrap;
font-family: monospace;
}