Skip to content

Commit

Permalink
Event styling
Browse files Browse the repository at this point in the history
  • Loading branch information
mayfield committed Dec 16, 2024
1 parent 97b7735 commit 9aa7fb1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/scss/events.scss
Original file line number Diff line number Diff line change
Expand Up @@ -530,11 +530,11 @@ table {
// It should be carefully balanced with the size of other non max-width-hacked cols.
&.name {
max-width: 0; // hack to enable container % width
width: 40%; // must be coupled with max-width:0
width: 30%; // must be coupled with max-width:0
}
&.team {
max-width: 0; // hack to enable container % width
width: 20%; // must be coupled with max-width:0
width: 10%; // must be coupled with max-width:0
}
// end hack

Expand Down

0 comments on commit 9aa7fb1

Please sign in to comment.