/*
Theme Name: UC3
Theme URI: https://uc3.cdlib.org
Author: California Digital Library
Author URI: https://cdlib.org
Description: Theme for the UC3 website
Version: 1.0.0
Tested up to: 8.2
Requires PHP: 8.2
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
Text Domain: uc3
*/

/**** Block Editor Alignment Fixes ****/

.aligncenter {
  display: grid;
  justify-content: center;
}

.alignright {
  display: grid;
  justify-content: right;
  max-width: unset;
}
