diff options
-rw-r--r-- | play.html | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -44,6 +44,9 @@ border-bottom: 2px dotted gainsboro; } +.Observer ~ .grid_center > #hand_cards { display: none; } +.Observer ~ .grid_center > .hand_separator { display: none; } + .card { width: 250px; height: 350px; |