fix(website): demo min height to not shrink before video is loaded

This commit is contained in:
Pavel Sviderski
2025-03-06 17:30:16 +10:00
parent 56e7e8baa2
commit e130d803e4
2 changed files with 15 additions and 9 deletions
+4
View File
@@ -2212,6 +2212,10 @@ input[type="search"]::-webkit-search-results-decoration {
margin-bottom: 0px;
}
.md\:min-h-\[420px\]{
min-height: 420px;
}
.md\:max-w-4xl{
max-width: 56rem;
}