@charset "UTF-8";
/*
Theme Name: Prepress
Author: Aardvark
Author URI: https://aardvark.moe/
Description: Built based on Twenty Twentyone, Seedlet, and Underscores. Less functionality, more personal preferences.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: prepress

Prepress is distributed under the terms of the GNU GPL.
*/

.container {
  max-width: 1380px;
  margin: 0 auto;
}

.sheet {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  box-shadow: 0 0 8px rgb(0 0 0 / 15%);
}

.space {
  padding: 1em;
  border: 1px lightgray solid;
}

