Gutenberg uses the following classes for block alignment: ``` .alignleft .alignright .aligncenter .alignwide .alignfull ``` I'm not sure if we can implement some of these in a non-opinionated way (especially `wide` and `full`) but its worth investigating.