Skip to content

Commit

Permalink
More fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
garyleung142857 committed May 2, 2024
1 parent d43ce62 commit 1fb9e50
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions src/components/BiddingTree.astro
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,6 @@ const processedHtml = await rehype()
border: 1px dotted var(--sl-color-white);
ul {
list-style-type: none;
}
ul {
padding-left: 0;
}

Expand All @@ -75,8 +73,9 @@ const processedHtml = await rehype()

.tree-call {
display: inline-block;
flex-shrink: 0;
min-width: 3em;
max-width: 10em;
max-width: 6em;
padding-right: 1em;
font-weight: bold;
}
Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/modules/relay.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ Patterns with Single Shortage
- 3!c: Short oM. 3!d ask (3!h+ = 4441 / 5!c440 / 5!d440 / 5M440)
- 3!d: Short !d: 3!h ask (3!s+ = 4441 / 5!c440 / 5M440)
- 3!h+: Short !c. (4441 / 5!d440 / 5M440)
- 2!n+ [Two suiters](#two-suiters-continuation)
- 2!n+: 4+!c [Two suiters](#two-suiters-continuation)
- 2!h: 4+!d. [Two suiters](#two-suiters-continuation)
- 2!s: 5+M 4+oM. [Two suiters](#two-suiters-continuation) (No reverser subtrack)
- 2!n: 5M(332). 3!c ask doubleton (hi / mid / lo)
Expand Down

0 comments on commit 1fb9e50

Please sign in to comment.