fea(newSite): removed old sponsor, centered sponsors, contact page now has a google maps, more mobile prep finished

This commit is contained in:
2025-07-21 16:05:39 -06:00
parent 9e93e05cd2
commit a3cd8fa9ab
14 changed files with 227 additions and 207 deletions

View File

@ -53,6 +53,7 @@
background-color: var(--BajaRed);
border-radius: 15px;
padding: 2svh 2svw;
font-size: large;
}
#SponsorsAbout a:hover {
@ -105,7 +106,7 @@
display: flex;
flex-direction: column;
background-color: inherit;
/* align-items: center; */
align-items: center;
/* width: 70svw; */
}
@ -115,6 +116,7 @@
padding: 2svh 2svw;
column-gap: 2svw;
row-gap: 2svh;
justify-content: center;
}
.Sponsors a {
@ -187,3 +189,27 @@
min-width: 1px;
}
}
#SponsorAfter {
display: flex;
flex-direction: column;
align-items: center;
padding: 4svh 0svw;
background-color: var(--BajaBlack);
color: white;
text-align: center;
}
#SponsorAfter p {
max-width: 120ch;
font-size: large;
/* margin: 0px; */
}
#SponsorAfter h2 {
max-width: 120ch;
margin: 0px;
padding: 2svh 0svw;
padding-top: 4svh;
font-size: 30px;
}