From a55516e3c5afd7656cd4ea2096307ce63ea576cd Mon Sep 17 00:00:00 2001 From: Niels Date: Mon, 13 Jan 2025 11:08:30 +0100 Subject: [PATCH] Update contao-lesbares-css-framework-bundle.scss --- public/contao-lesbares-css-framework-bundle.scss | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/public/contao-lesbares-css-framework-bundle.scss b/public/contao-lesbares-css-framework-bundle.scss index 1992769..b415476 100644 --- a/public/contao-lesbares-css-framework-bundle.scss +++ b/public/contao-lesbares-css-framework-bundle.scss @@ -349,11 +349,13 @@ fieldset.Spaltenanzahl5 { grid-template-columns: repeat(5, 1fr); } .abg2 #wrapper .mod_article:nth-child(even) .Kacheln > *, #wrapper .mod_article.HintergrundGrau .Kacheln > * { background: #fff; } //************************************************************* BREITE *************************************************************// -.mod_article .volleBreite:not(.content-table), #wrapper .volleBreite, .volleBreite, #wrapper .Breite100Prozent, .Breite100Prozent { padding-left: 0; padding-right: 0; width: 100%; } +.mod_article .volleBreite:not(.content-table), #wrapper .volleBreite, .volleBreite, #wrapper .Breite100Prozent, .Breite100Prozent { + padding-left: 0; padding-right: 0; width: 100%; +} .mod_article .volleBreiteMitAbstand { width: 100%; } .mod_article .volleBreite.content-table table { width: 100%; } .mod_article .volleBreite.content-image img { width: 100%; height: auto; } -.mod_article.volleBreite { +.mod_article.volleBreite, .mod_article.Breite100Prozent { & > * { width: 100%; padding-right: 0; padding-left: 0; &.content-image img { width: 100%; } }