Skip to content

Commit

Permalink
Merge pull request #39 from opensourcepledge/sl/first-branding-pass-p…
Browse files Browse the repository at this point in the history
…atches

fixes based on feedback
  • Loading branch information
vladh authored Aug 7, 2024
2 parents f50874a + 96b0b8c commit 395aef1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/Prose.astro
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<article
class="prose prose-app my-12 max-w-none text-base prose-table:text-base prose-a:text-app-green hover:prose-a:text-app-pink text-white"
class="prose prose-app my-12 max-w-none text-base prose-strong:text-white prose-table:text-base prose-a:text-app-green hover:prose-a:text-app-pink prose-headings:text-white text-white"
>
<slot />
</article>
7 changes: 6 additions & 1 deletion src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,12 @@ import Button from "../components/Button.astro";
}

h1.hero-header {
font-size: 8em;
font-size: 5em;
line-height: 1;
margin: 4rem 0;
@media (min-width: 768px) {
font-size: 8em;
}
}
.oss-logo {
max-height: 5rem;
Expand All @@ -108,6 +111,8 @@ import Button from "../components/Button.astro";
.footer-cta-box {
background: #162a2d;
display: flex;
flex-wrap: wrap;
justify-content: center;
padding: 1.25rem;
align-items: center;
h2 {
Expand Down

0 comments on commit 395aef1

Please sign in to comment.