Loading, padding, pfps work now

This commit is contained in:
Bingus_Violet 2024-02-14 15:38:05 -06:00
parent a55036e7d0
commit d20ea8c743
3 changed files with 76 additions and 67 deletions

View file

@ -1,5 +1,6 @@
body, html {
min-height: 100vh;
widtH: 100vw;
padding: 0;
margin: 0;
background-color: rgb(40, 30, 50);
@ -11,12 +12,12 @@ body, html {
line-height: 1.5rem;
}
/* div {
.results {
padding: 0 !important;
margin: 0 !important;
} */
}
a:not(h1 > a):not(.videoLink) {
.chip {
font-size: 1.25rem;
background-color: black;
padding: 8px;
@ -25,7 +26,7 @@ a:not(h1 > a):not(.videoLink) {
border-radius: 8px;
color: rgb(240, 220, 255);
text-decoration: none;
display: inline;
display: inline-block;
}
.videoLink {
@ -158,11 +159,11 @@ p {
margin: 5px auto;
}
.thumbparent {
/* .thumbparent {
justify-content: center;
align-items: center;
display: flex;
}
} */
/* @media (max-width: 1200px) and (min-width: 992px) {
.resultDescription {
@ -181,7 +182,7 @@ p {
}
main {
padding: 5px;
padding: 15px;
}
.pfp {