mirror of https://github.com/explosion/spaCy.git
Add grid style to center content horizontally and vertically
This commit is contained in:
parent
7d0a1d9c67
commit
aad0495ff6
|
@ -11,6 +11,10 @@
|
|||
align-items: stretch
|
||||
justify-content: space-between
|
||||
|
||||
&.o-grid--center
|
||||
align-items: center
|
||||
justify-content: center
|
||||
|
||||
|
||||
//- Grid column
|
||||
|
||||
|
|
Loading…
Reference in New Issue