File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414}
1515
1616.main-content {
17- max-width : 1080 px ;
17+ max-width : 1200 px ;
1818 flex : 1 ;
1919 margin : auto ;
2020 width : 100% ;
Original file line number Diff line number Diff line change 11:host {
22 display : block ;
33}
4-
5- $cardHeight : 420 px ;
6- $cardWidth : calc ($cardHeight / 3 * 2 );
4+ // png 2230 x 3300
5+ $cardWidth : 370 px ;
6+ $cardHeight : calc ($cardWidth * 1.5 );
77
88.playing-card {
99 cursor : pointer ;
1010 width : $cardWidth ;
11+ max-width : 100vw ;
1112 height : $cardHeight ;
1213 // background: white;
1314 border : 2px solid #ccc ;
@@ -42,7 +43,7 @@ $cardWidth: calc($cardHeight/3 * 2);
4243}
4344
4445.card-statement {
45- overflow : auto ;
46+ @ apply overflow- auto px-1 sm :px - 4 ;
4647}
4748
4849.playing-card [data-suit = " heart" ],
Original file line number Diff line number Diff line change 1111 text-align : center ;
1212 overflow : hidden ;
1313 text-overflow : ellipsis ;
14- max-width : 240px ;
14+ max-width : 370px ;
15+ margin-bottom : 8px ;
1516}
1617
1718app-playing-card {
You can’t perform that action at this time.
0 commit comments