Skip to content

Commit

Permalink
Adds CSS for the Goots full-width class
Browse files Browse the repository at this point in the history
  • Loading branch information
coreymcollins committed Mar 1, 2019
1 parent 6bde318 commit 064d320
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
11 changes: 11 additions & 0 deletions assets/sass/base/_alignments.scss
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,14 @@

display: block;
} // .aligncenter

// Full-width Gutenberg alignment.
.alignfull {
left: 50%;
margin-left: -50vw;
margin-right: -50vw;
max-width: 100vw;
position: relative;
right: 50%;
width: 100vw;
}
12 changes: 11 additions & 1 deletion style.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion style.min.css

Large diffs are not rendered by default.

0 comments on commit 064d320

Please sign in to comment.