better UI

This commit is contained in:
biglyderv 2024-09-19 18:18:44 -04:00
parent efff960a55
commit bc6a8bcb25
No known key found for this signature in database
GPG key ID: 33AC87E9ACE66954
5 changed files with 25 additions and 14 deletions

View file

@ -1,7 +1,6 @@
/* https://git.zenoverse.net/bigly-archive/auth-thing/raw/branch/main/src/routes/+layout.svelte */
body {
height: 100vh;
width: 100vw;
margin-top: 0px;
display: flex;
@ -56,7 +55,8 @@ form span {
.area,
form {
width: 700px;
width: 900px;
max-width: 90vw;
}
form {
@ -117,13 +117,19 @@ video {
}
.video img {
width: 190px;
margin-left: 5px;
}
.video {
width: 200px;
height: 200px;
}
.videos {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-around;
}
.videos a{