Skip to content

Commit

Permalink
Merge pull request opensourcepledge#84 from opensourcepledge/vladh/ab…
Browse files Browse the repository at this point in the history
…out-remove-unused-css

about: remove unused CSS
  • Loading branch information
vladh authored Sep 4, 2024
2 parents a00e439 + 97184a8 commit 35b7508
Showing 1 changed file with 0 additions and 26 deletions.
26 changes: 0 additions & 26 deletions src/pages/about.astro
Original file line number Diff line number Diff line change
Expand Up @@ -69,29 +69,3 @@ import Layout from "../layouts/Layout.astro";
</section>
</div>
</Layout>

<style>
.pc-hero {
position: relative;
margin: 1rem -4rem;
padding: 0 4rem;
background-image: url(/images/piggybank.webp);
background-size: contain;
background-repeat: no-repeat;
background-position: right center;
& > div {
padding-right: 60%;
h1 {
margin: 0;
font-size: 6rem;
line-height: 1;
}
}
}
.bottom-cta {
h2 {
font-size: 2.8rem;
line-height: 1.2;
}
}
</style>

0 comments on commit 35b7508

Please sign in to comment.