Skip to content

Commit

Permalink
refactor components.layout delete columns
Browse files Browse the repository at this point in the history
  • Loading branch information
alkorlos committed Mar 5, 2024
1 parent 10a3415 commit f749a90
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/styles/base/components.layout.pcss
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,3 @@
padding: 0 20px;
}
}

.columns {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 64px;
@media (--tablet) {
grid-template-columns: none;
gap: 0;
}
}

0 comments on commit f749a90

Please sign in to comment.