fix(rail-ads): quitar min-width que causaba ancho incorrecto
This commit is contained in:
@@ -330,7 +330,6 @@ final class AdsensePlacementRenderer
|
||||
'position' => 'fixed',
|
||||
'top' => $topOffset . 'px',
|
||||
'width' => 'calc((100vw - var(--roi-container-width-numeric, 1320px)) / 2 - 20px)',
|
||||
'min-width' => '170px',
|
||||
'height' => $height . 'px',
|
||||
'display' => 'flex',
|
||||
'justify-content' => 'center',
|
||||
|
||||
Reference in New Issue
Block a user