Changes demo-search height to be min-height. (#1039)

This commit is contained in:
Zach Baird 2023-03-13 23:29:37 -04:00 committed by GitHub
parent aac2da70cf
commit 29ddc04f7b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1222,9 +1222,10 @@ const [
font-size: 1.5rem;
}
}
.blob-demonstration {
.demo-search {
height: 37.5rem;
min-height: 37.5rem;
}
.launcher-view {