Padding, formatting
This commit is contained in:
parent
b78b7c322c
commit
9583f70c7c
2 changed files with 6 additions and 1 deletions
|
@ -52,7 +52,8 @@
|
|||
<input type="submit">
|
||||
</form>
|
||||
<br>
|
||||
<p>The SD option only supports 720p and below, HD supports all qualities. HD is experimental, so please report issues :D</p>
|
||||
<p>The SD option only supports 720p and below, HD supports all qualities. HD is experimental, so please report
|
||||
issues :D</p>
|
||||
<p><a href="https://ko-fi.com/bingus_violet">Please consider donating</a> or host the website yourself! Anything
|
||||
helps! (Check <a href="https://codeberg.org/Bingus_Violet/Univerter">Codeberg</a> for more info)</p>
|
||||
</body>
|
||||
|
|
|
@ -33,6 +33,10 @@ html {
|
|||
background-color: var(--background-color);
|
||||
}
|
||||
|
||||
body {
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
select,
|
||||
input {
|
||||
display: block;
|
||||
|
|
Loading…
Reference in a new issue