From 2a72a1498f79acd4440b6667486f98ab63fdddb5 Mon Sep 17 00:00:00 2001 From: "michael.daniel" <michael.danielczok@gmail.com> Date: Thu, 11 Jan 2018 13:19:19 +0100 Subject: [PATCH] refactor: Brick Wallpaper mit Text hat mehr Abstand zum Text. --- src/QUI/PresentationBricks/Controls/WallpaperText.css | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/src/QUI/PresentationBricks/Controls/WallpaperText.css b/src/QUI/PresentationBricks/Controls/WallpaperText.css index ddafba9..083b3ba 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 -- GitLab