Skip to content

Commit

Permalink
bring favicon back, remove public shape svg, add overflow hidden
Browse files Browse the repository at this point in the history
  • Loading branch information
jinkang-0 committed Jan 17, 2024
1 parent 08570e0 commit 4b4b7f7
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 13 deletions.
9 changes: 9 additions & 0 deletions public/favicon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 0 additions & 7 deletions public/shapes_sparkle_2.svg

This file was deleted.

13 changes: 7 additions & 6 deletions src/components/NonProfits.astro
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ import clouds from '../graphics/clouds_star_twirl_2.svg';
</h3>
<p>
Our nonprofits have presented several problem areas and projects to tackle
their most pressing needs. Here are the incredible organizations that we’ve
partnered with:
their most pressing needs. Here are the incredible organizations that
we’ve partnered with:
</p>
</section>

<section class="nonprofits">
<NonProfit
name="Bay Area Street Soccer"
Expand Down Expand Up @@ -116,11 +116,12 @@ import clouds from '../graphics/clouds_star_twirl_2.svg';
grid-template-columns: 1fr 1fr 1fr;
}
}

.container {
position: relative;
overflow-x: hidden;
}

.clouds {
display: none;
position: absolute;
Expand All @@ -131,7 +132,7 @@ import clouds from '../graphics/clouds_star_twirl_2.svg';
display: block;
}
}

.sparkles {
display: none;
position: absolute;
Expand Down

0 comments on commit 4b4b7f7

Please sign in to comment.