diff options
Diffstat (limited to 'webapp/src/default.css')
-rw-r--r-- | webapp/src/default.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/webapp/src/default.css b/webapp/src/default.css index bcba7d4..bfc6872 100644 --- a/webapp/src/default.css +++ b/webapp/src/default.css @@ -7,6 +7,7 @@ body { .hand { display: flex; flex-direction: row; + /* transform: rotate(90deg); */ } .hand .card { |