Skip to content

Commit

Permalink
Update contao-lesbares-css-framework-bundle.scss
Browse files Browse the repository at this point in the history
  • Loading branch information
heimseiten authored Jan 13, 2025
1 parent d165f7e commit a55516e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions public/contao-lesbares-css-framework-bundle.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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%; }
}
Expand Down

0 comments on commit a55516e

Please sign in to comment.