better UI

This commit is contained in:
biglyderv 2024-11-25 14:12:43 -05:00
parent fcde6549fa
commit 5622d2bee4
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{