Changes sizes on smaller screens

feat/troubleshooter-v2
Sean Brydon 2023-10-26 12:07:36 +01:00
parent f080838855
commit 98e12b162a
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ const TroubleshooterComponent = ({ month }: TroubleshooterProps) => {
<>
<div
className={classNames(
"text-default flex min-h-full w-full flex-col items-center overflow-clip [--troubleshooter-meta-width:430px]"
"text-default flex min-h-full w-full flex-col items-center overflow-clip [--troublehooster-meta-width:350px] lg:[--troubleshooter-meta-width:430px]"
)}>
<div
style={{