fixed a overflow issues (by adding padding)
All checks were successful
Release to Staging / build_and_release (push) Successful in 42s

This commit is contained in:
freakoverse 2024-08-14 09:17:56 +00:00
parent a68a906cbe
commit 929800a543

View File

@ -7,6 +7,7 @@
overflow: auto;
border-radius: 10px;
border: solid 1px rgba(255,255,255,0.1);
padding: 15px;
}
@media (max-width: 1200px) {