feat(home): finshed about us, started on sponsors section

This commit is contained in:
2025-05-03 12:25:15 -06:00
parent 079c6908ef
commit b11388e430
5 changed files with 236 additions and 32 deletions

View File

@ -129,6 +129,8 @@ nav ul {
:root {
--fade-starts-at: 80%;
--banner-text-pos-left: 15svw;
--banner-text-background: white;
}
#BannerHeader img {
@ -162,25 +164,25 @@ nav ul {
#BannerHeader h1 {
display: flex;
width: fit-content;
margin-left: 15svw;
margin: 0px;
margin-left: var(--banner-text-pos-left);
font-size: 80px; /* todo make larger */
font-weight: normal;
background-color: white;
background-color: var(--banner-text-background);
}
#BannerHeader h2 {
display: flex;
width: fit-content;
margin-left: 3svw;
margin-left: var(--banner-text-pos-left);
font-size: xx-large;
font-weight: normal;
background-color: white;
background-color: var(--banner-text-background);
}
/* for dark mode */