Skip to content

Commit

Permalink
don't have funky grid layout on wide screens
Browse files Browse the repository at this point in the history
  • Loading branch information
pufferfish101007 committed Aug 29, 2023
1 parent 4ab075a commit 5dc6899
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions playground/assets/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,3 @@ a,
background-color: hsla(33.1,100%,41%,0.2);
}
}

@media (min-width: 1024px) {
body {
display: flex;
place-items: center;
}

#app {
display: grid;
grid-template-columns: 1fr 1fr;
padding: 0 2rem;
}
}

0 comments on commit 5dc6899

Please sign in to comment.