Skip to content

Commit

Permalink
refactor: reset layout changes
Browse files Browse the repository at this point in the history
  • Loading branch information
galenwinsor committed Jun 26, 2024
1 parent 700bdfd commit dc7f5b9
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions src/styles/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -113,17 +113,6 @@
}

@layer components {
.three-column-wrapper {
display: grid;
grid-template-columns: 1fr min(1000px, 100%) 1fr;

padding-inline: 64px;
}

.three-column-wrapper > * {
grid-column: 2;
}

.subtitle {
@apply gap-1;
@apply pt-6;
Expand Down

0 comments on commit dc7f5b9

Please sign in to comment.