Skip to content

Commit

Permalink
Remove styling specific to sidebar layouts
Browse files Browse the repository at this point in the history
  • Loading branch information
bberndt-uaz committed Dec 11, 2024
1 parent 3ef0618 commit db95bfc
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions modules/custom/az_paragraphs/css/az_paragraphs_full_width.css
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,6 @@
.layout-sidebar-first .region-content .full-width-background .az-full-width-row {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.layout-sidebar-first .region-content .az-aspect-ratio.full-width-background .az-full-width-row,
.layout-sidebar-second .region-content .az-aspect-ratio.full-width-background .az-full-width-row {
Expand All @@ -141,7 +140,6 @@
.layout-sidebar-second .region-content .full-width-background .az-full-width-row {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
-ms-flex-pack: start!important;
justify-content: flex-start!important;
}
Expand All @@ -152,7 +150,6 @@
.layout-two-sidebars .region-content .full-width-background .az-full-width-row {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.region-content .paragraph--type--az-text-background.full-width-background .az-full-width-column-content {
padding-left: 0;
Expand Down

0 comments on commit db95bfc

Please sign in to comment.