Skip to content

Commit ceabd2d

Browse files
committed
Update built assets
1 parent a16f69f commit ceabd2d

File tree

2 files changed

+5973
-13
lines changed

2 files changed

+5973
-13
lines changed

priv/static/app.css

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -889,10 +889,6 @@ select {
889889
width: 7rem;
890890
}
891891

892-
.w-32 {
893-
width: 8rem;
894-
}
895-
896892
.w-5 {
897893
width: 1.25rem;
898894
}
@@ -913,8 +909,8 @@ select {
913909
grid-template-columns: repeat(1, minmax(0, 1fr));
914910
}
915911

916-
.grid-cols-4 {
917-
grid-template-columns: repeat(4, minmax(0, 1fr));
912+
.grid-cols-2 {
913+
grid-template-columns: repeat(2, minmax(0, 1fr));
918914
}
919915

920916
.flex-col {

0 commit comments

Comments
 (0)