diff --git a/src/QUI/PresentationBricks/Controls/WallpaperText.css b/src/QUI/PresentationBricks/Controls/WallpaperText.css index ddafba9a20c98407e263c1a385e0df2559da81b6..083b3ba8b044e0f675531c14abff7486ed9ff1f0 100644 --- a/src/QUI/PresentationBricks/Controls/WallpaperText.css +++ b/src/QUI/PresentationBricks/Controls/WallpaperText.css @@ -9,16 +9,10 @@ display: flex; align-items: center; height: 100%; + padding-top: 3em; + padding-bottom: 3em; } .wallpaperText.fixed { background-attachment: fixed; -} - -@media (max-width: 767px) { - - .wallpaperText-container { - padding-top: 3em; - padding-bottom: 3em; - } } \ No newline at end of file