Skip to content

Commit

Permalink
Update contao-lesbares-css-grid-framework.scss
Browse files Browse the repository at this point in the history
  • Loading branch information
heimseiten authored Jan 13, 2025
1 parent 0095812 commit bdb427b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion public/contao-lesbares-css-grid-framework.scss
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,9 @@ div[class^='Spalten'], div[class*=' Spalten'] {

&.InhaltVertikalZentrieren { align-items: center; }
&.InhaltHorizontalZentrieren { justify-content: center; }
&.ElementeAußen { justify-content: space-between;
&.Spalten2 > :nth-child(2n) { text-align: right; }
}

@media(max-width:960px){
& > .mobilePosition1 { grid-row: 1; }
Expand All @@ -106,4 +109,4 @@ div[class^='Spalten'], div[class*=' Spalten'] {
}
}

}
}

0 comments on commit bdb427b

Please sign in to comment.