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 {