matthoffner commited on
Commit
cc30c57
β€’
1 Parent(s): 2479adf

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +2 -2
main.py CHANGED
@@ -65,10 +65,10 @@ async def demo():
65
  -8px -8px 12px 0 rgba(255, 255, 255, 0.3);
66
  border-radius: 50px;
67
  display: flex;
68
- height: 200px;
69
  justify-content: center;
70
  margin-right: 4rem;
71
- height:90vh;
72
  }
73
  </style>
74
  </head>
 
65
  -8px -8px 12px 0 rgba(255, 255, 255, 0.3);
66
  border-radius: 50px;
67
  display: flex;
68
+ padding: 50px;
69
  justify-content: center;
70
  margin-right: 4rem;
71
+ height: 90vh;
72
  }
73
  </style>
74
  </head>