Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinDev committed Mar 28, 2022
1 parent 31ac52a commit 578f47e
Showing 1 changed file with 3 additions and 3 deletions.
Expand Up @@ -34,11 +34,11 @@ public function formField(FormMapper $form): FormMapper
public static function formatToRatio(int $format): string
{
switch ($format) {
case 2: return 'screen-[33vh]';
case 3: return 'screen-[75vh]';
case 2: return '[33vh]';
case 3: return '[75vh]';
case 4: return 'screen';
}

return 'screen-[75vh]';
return '[75vh]';
}
}

0 comments on commit 578f47e

Please sign in to comment.