/*! minions.css | MIT License | https://github.com/chantastic/minions.css */ .jc-c { justify-content: center } .jc-fe { justify-content: flex-end } .jc-fs { justify-content: flex-start } .jc-sb { justify-content: space-between } .jc-sa { justify-content: space-around }