Skip to content
This repository has been archived by the owner on May 28, 2022. It is now read-only.

Commit

Permalink
Removed unnecessary double class definitions.
Browse files Browse the repository at this point in the history
  • Loading branch information
peiche committed Oct 27, 2021
1 parent 85f0555 commit 75b20a8
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions resources/scss/utilities/_alignment.scss
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,6 @@
margin-right: calc( -100vw / 2 + 100% / 2);
width: auto;
max-width: 100vw;

// prevent content from going too wide in nested blocks
.alignfull {
margin-left: auto;
margin-right: auto;
}
}

.alignwide {
Expand All @@ -67,12 +61,9 @@
max-width: calc(100% + 2 * var(--space-xxl));
margin-left: calc(-1 * var(--space-xxl));
margin-right: calc(-1 * var(--space-xxl));

.alignwide {
max-width: calc(100% + var(--space-xxl));
}
}

// prevent content from going too wide in nested blocks
.alignwide {
margin-left: auto;
margin-right: auto;
Expand Down

0 comments on commit 75b20a8

Please sign in to comment.