handling landcape mobile orientation spacing

This commit is contained in:
Seth Forsgren 2022-12-08 13:45:05 -08:00
parent 64e04ee7d7
commit b51f969386
1 changed files with 1 additions and 1 deletions

View File

@ -131,7 +131,7 @@ export default function PromptPanel({
<>
<main className="fixed md:static md:w-2/3 md:min-h-screen">
<div className="pl-10 pr-10 md:pl-20">
<div className="h-[78vh] md:h-[80vh] flex flex-col justify-around pt-[10vh] pr-5">
<div className="sm-landscape:h-[62vh] h-[78vh] md:h-[80vh] flex flex-col justify-around pt-[10vh] pr-5">
{getDisplayPrompts().map((prompt, index) => (
<PromptEntry
prompt={prompt.prompt + " "}