Skip to content

Commit

Permalink
setu-overview grid cols (#1630)
Browse files Browse the repository at this point in the history
* Emphasize CLI quickstart

* simplify grid css
  • Loading branch information
jamespohalloran authored Jul 27, 2023
1 parent d2f7b0f commit 9a606de
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions components/layout/setup-overview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ const OverviewTemplate = (props) => {
experience that is perfectly tailored to their site.
</p>
</div>
<div className="cards">
<div className="cards grid-cols-1 md:grid-cols-2">
{cards.map((card) => (
<a className="card" href={card.link}>
<h2>{card.header}</h2>
Expand Down Expand Up @@ -130,7 +130,6 @@ const OverviewTemplate = (props) => {
border-radius: 0.75rem;
overflow: hidden;
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
width: 100%;
border: 1px solid var(--color-seafoam-300);
box-shadow: 0 6px 24px rgba(0, 37, 91, 0.05),
Expand Down

1 comment on commit 9a606de

@vercel
Copy link

@vercel vercel bot commented on 9a606de Jul 27, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

tina-io – ./

tina.io
tina-io-tinacms.vercel.app
tina-io-git-master-tinacms.vercel.app

Please sign in to comment.