update bases, fix windows on other pages
All checks were successful
/ build (push) Successful in 4m33s

This commit is contained in:
Ruben 2025-10-19 00:58:10 -05:00
commit 0f20abe7c0
Signed by: sneexy
GPG key ID: 8ECFA045E63BC583
38 changed files with 318 additions and 339 deletions

View file

@ -52,7 +52,7 @@ bg-image {
content-wrapper {
display: flex;
flex-direction: column;
gap: 2rem;
gap: 3rem;
margin-bottom: 4rem;
margin-left: auto;
margin-right: auto;
@ -67,10 +67,22 @@ content-wrapper {
translate: 0 1rem;
}
main {
display: flex;
flex-direction: column;
gap: 2rem;
}
@media screen and (max-width: 60rem) {
gap: 1.5rem;
margin-bottom: 1rem;
margin-top: 3.4rem;
& {
gap: 2rem !important;
margin-bottom: 1rem;
margin-top: 3.4rem;
}
main {
gap: 1.5rem !important;
}
}
}