Skip to content
This repository has been archived by the owner on Jun 7, 2024. It is now read-only.

Commit

Permalink
Added another line of info.
Browse files Browse the repository at this point in the history
  • Loading branch information
nienow committed Dec 26, 2023
1 parent c792870 commit 2e501e5
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ const categories = Object.keys(meta);

<div class="container">
<div class="text-center">
<div>
<!--<img class="hero-logo" src="/logo.svg"/>-->
</div>
<div class="hero">
<div class="hero-text-1">Offering Inspiration</div>
<!--<div class="hero-text-2">a gift idea site</div>-->

</div>
<div class="choose">Choose a category to get started</div>
<div class="choose">Gift ideas from successful Kickstarter projects.
<br><br>Choose a category to get started.</div>

<div class="categories">
{
Expand Down Expand Up @@ -63,9 +63,11 @@ const categories = Object.keys(meta);

.hero-text-2 {
font-family: 'Poiret One', cursive;
text-align: right;
text-align: center;
margin-right: 10px;
font-size: 3rem;
margin-top: 10px;
letter-spacing: 5px;
font-size: 2rem;
}

@media screen and (max-width: 1000px) {
Expand Down

0 comments on commit 2e501e5

Please sign in to comment.