fix(rail-ads): quitar min-width que causaba ancho incorrecto

This commit is contained in:
FrankZamora
2025-11-27 22:14:22 -06:00
parent 961f663107
commit f4e3a61df8

View File

@@ -330,7 +330,6 @@ final class AdsensePlacementRenderer
'position' => 'fixed', 'position' => 'fixed',
'top' => $topOffset . 'px', 'top' => $topOffset . 'px',
'width' => 'calc((100vw - var(--roi-container-width-numeric, 1320px)) / 2 - 20px)', 'width' => 'calc((100vw - var(--roi-container-width-numeric, 1320px)) / 2 - 20px)',
'min-width' => '170px',
'height' => $height . 'px', 'height' => $height . 'px',
'display' => 'flex', 'display' => 'flex',
'justify-content' => 'center', 'justify-content' => 'center',