Skip to content

Commit

Permalink
[#361,impermanence][xs]: tweak size of buttons.
Browse files Browse the repository at this point in the history
  • Loading branch information
rufuspollock committed Sep 26, 2024
1 parent 73673f7 commit ab5627f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
10 changes: 5 additions & 5 deletions pages/art/impermanence.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@ const Hero = () => (
grow our wisdom and insight of inter-connectedness.
</p>
<p className="mt-8">
<a href={magazineLink} className="btnsq btn-black text-2xl">
<a href={magazineLink} className="btnsq btn-black text-xl">
Download magazine
</a>
<a href="#exhibition" className="btnsq btn-black text-2xl ml-2">
<a href="#exhibition" className="btnsq btn-black text-xl ml-2">
View exhibition
</a>
</p>
Expand Down Expand Up @@ -113,8 +113,8 @@ const Hero = () => (
</p>

<p className="mt-8">
<a href="{manifestoLink}" className="btnsq btn-black text-3xl">
Download Manifesto for Art of the Second Renaissance
<a href="{manifestoLink}" className="btnsq btn-black text-xl">
Download Manifesto
</a>
</p>
</div>
Expand All @@ -125,7 +125,7 @@ const Hero = () => (
className="w-full h-full object-cover"
/>
<p className="mt-[-50px]">
<a href={magazineLink} className="btnsq btn-black text-3xl">
<a href={magazineLink} className="btnsq btn-black text-xl">
Download Magazine
</a>
</p>
Expand Down
5 changes: 1 addition & 4 deletions styles/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -100,11 +100,8 @@ html {
}

.btnsq {
@apply px-8 py-4 text-lg font-semibold text-white shadow-sm no-underline inline-block;
@apply px-4 py-2 text-lg font-semibold text-white shadow-sm no-underline inline-block;
}
.btn-black {
@apply bg-black;
}
.btn-blue:hover {
@apply bg-yellow-500 outline-none;
}

0 comments on commit ab5627f

Please sign in to comment.