Update src/styles/styles.css
All checks were successful
Release to Staging / build_and_release (push) Successful in 54s

This commit is contained in:
freakoverse 2025-01-01 12:19:03 +00:00
parent aa9f1015e1
commit c6c2013f1e

View File

@ -709,7 +709,7 @@ a:hover {
.uploadBoxMain {
background: hsl(0deg 0% 0% / 10%);
border-radius: 10px;
height: 100px;
height: 10px;
padding: 10px;
border: solid 1px hsl(0deg 0% 100% / 5%);
}
@ -728,4 +728,5 @@ a:hover {
justify-content: center;
align-items: center;
color: hsl(0deg 0% 100% / 20%);
grid-gap: 10px;
}