Remove preview screen title

This commit is contained in:
Robert Long
2021-12-15 10:05:51 -08:00
parent 3157cf65ef
commit b6ee7cfefc
2 changed files with 3 additions and 4 deletions

View File

@@ -63,8 +63,8 @@ limitations under the License.
.preview {
position: relative;
max-width: 816px;
max-height: 75vh;
min-height: 280px;
height: 50vh;
border-radius: 24px;
overflow: hidden;
background-color: var(--bgColor3);