Padding, formatting

This commit is contained in:
Bingus_Violet 2023-12-06 21:33:14 -06:00
parent b78b7c322c
commit 9583f70c7c
2 changed files with 6 additions and 1 deletions

View file

@ -52,7 +52,8 @@
<input type="submit"> <input type="submit">
</form> </form>
<br> <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 <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> helps! (Check <a href="https://codeberg.org/Bingus_Violet/Univerter">Codeberg</a> for more info)</p>
</body> </body>

View file

@ -33,6 +33,10 @@ html {
background-color: var(--background-color); background-color: var(--background-color);
} }
body {
padding: 10px;
}
select, select,
input { input {
display: block; display: block;