Skip to content

Commit

Permalink
styles: remove style only used in layout
Browse files Browse the repository at this point in the history
  • Loading branch information
hetd54 committed Apr 16, 2024
1 parent d60a5a3 commit aa30b24
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 @@ -114,15 +114,4 @@
@apply gap-1;
@apply pt-6;
}

.single-column {
@apply grid;
@apply grid-cols-1;
@apply p-12;

}

.single-column > * {
@apply grid-cols-2;
}
}

0 comments on commit aa30b24

Please sign in to comment.