Skip to content

Commit

Permalink
Update built assets
Browse files Browse the repository at this point in the history
  • Loading branch information
crbelaus committed Nov 11, 2024
1 parent a16f69f commit becafe4
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions priv/static/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -889,10 +889,6 @@ select {
width: 7rem;
}

.w-32 {
width: 8rem;
}

.w-5 {
width: 1.25rem;
}
Expand All @@ -913,8 +909,8 @@ select {
grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-4 {
grid-template-columns: repeat(4, minmax(0, 1fr));
.grid-cols-2 {
grid-template-columns: repeat(2, minmax(0, 1fr));
}

.flex-col {
Expand Down

0 comments on commit becafe4

Please sign in to comment.