UNPKG

keystone

Version:

Web Application Framework and Admin GUI / Content Management System built on Express.js and Mongoose

12 lines (10 loc) 187 B
// ============================== // Center // ============================== module.exports = { center: { display: 'flex', alignItems: 'center', justifyContent: 'center', }, };