|
@@ -801,6 +801,9 @@ body {
|
|
height: 500px;
|
|
height: 500px;
|
|
background: #fafafa;
|
|
background: #fafafa;
|
|
border-radius: 11px;
|
|
border-radius: 11px;
|
|
|
|
+ overflow: hidden;
|
|
|
|
+ box-sizing: border-box;
|
|
|
|
+ border: 1px solid #DCDCDC;
|
|
font-family: "SF Pro Display";
|
|
font-family: "SF Pro Display";
|
|
font-style: normal;
|
|
font-style: normal;
|
|
|
|
|
|
@@ -1116,6 +1119,8 @@ body {
|
|
display: flex;
|
|
display: flex;
|
|
flex-direction: column;
|
|
flex-direction: column;
|
|
justify-content: space-between;
|
|
justify-content: space-between;
|
|
|
|
+ border-radius: 11px;
|
|
|
|
+ overflow: hidden;
|
|
|
|
|
|
.header {
|
|
.header {
|
|
text-align: center;
|
|
text-align: center;
|