Skip to content

Commit

Permalink
mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
wesbos committed Oct 7, 2024
1 parent 09921e1 commit c600ba0
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions src/routes/(site)/oss/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,7 @@

<main>
<div style:margin-bottom="2rem">
<h1 class="h3 lines">
Syntax Pledging
<br />
$50,000 for Open Source
</h1>
<h1 class="h3 lines">Syntax Pledging $50,000 for Open Source</h1>
<div class="oss">
<div>
<img
Expand Down Expand Up @@ -53,16 +49,19 @@
</div>
</main>

<style>
<style lang="postcss">
.oss {
margin: 0 auto;
text-wrap: pretty;
display: grid;
grid-template-columns: 250px 1fr;
@media (--above-med) {
grid-template-columns: 250px 1fr;
}
gap: 2rem;
place-items: center;
img {
width: 100%;
max-width: 200px;
}
}
h1 {
Expand Down

0 comments on commit c600ba0

Please sign in to comment.