Changes sizes on smaller screens
parent
f080838855
commit
98e12b162a
|
@ -28,7 +28,7 @@ const TroubleshooterComponent = ({ month }: TroubleshooterProps) => {
|
||||||
<>
|
<>
|
||||||
<div
|
<div
|
||||||
className={classNames(
|
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
|
<div
|
||||||
style={{
|
style={{
|
||||||
|
|
Loading…
Reference in New Issue