Finished layout for footer

This commit is contained in:
2025-07-19 01:34:46 -04:00
parent 9fb509fc85
commit 705dca45b5
3 changed files with 157 additions and 30 deletions

View File

@ -71,7 +71,6 @@
justify-content: center;
position: relative;
}
.diamond::after {
content: "";
position: absolute;
@ -125,7 +124,7 @@ main > :last-child {
}
.featured > h1,
.about > h1 {
font-size: 3.25rem;
font-size: 2.5rem;
font-weight: 400;
color: rgba(var(--black), 0.86);
}
@ -209,10 +208,10 @@ main > :last-child {
padding: 0 2rem;
}
.home-text h1 {
font-size: 4rem;
font-size: 3rem;
}
.featured > h1 {
font-size: 4rem;
font-size: 3rem;
}
.featured > div {
flex-direction: row;