From 57989d82ac127c7b81d0b02126c7813405d41ada Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20S=C3=B8rensen?= Date: Tue, 24 Aug 2021 18:02:44 +0200 Subject: [PATCH] Fix position of phone image (#19051) --- sass/custom/_layout.scss | 4 ++++ sass/custom/_paulus.scss | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/sass/custom/_layout.scss b/sass/custom/_layout.scss index 0d3a6f7a682..e51aa942dab 100644 --- a/sass/custom/_layout.scss +++ b/sass/custom/_layout.scss @@ -75,5 +75,9 @@ table { > .grid-wrapper { z-index: 0; } + + img { + margin-bottom: 8px; + } } } \ No newline at end of file diff --git a/sass/custom/_paulus.scss b/sass/custom/_paulus.scss index 0be4ec6efe3..10d4b3eadfd 100644 --- a/sass/custom/_paulus.scss +++ b/sass/custom/_paulus.scss @@ -79,6 +79,10 @@ $primary-color: #049cdb; display: inline-block; font-weight: 500; } + + img { + display: block; + } } .material-card {