/**
 * @package     hubzero-cms
 * @copyright   Copyright (c) 2005-2020 The Regents of the University of California.
 * @license     http://opensource.org/licenses/MIT MIT
 */

/*

	-- -- -- -- -- -- --
	mod_partners
	-- -- -- -- -- -- --

*/

/* Status */
.network .network-logos {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(95px, 1fr));
  grid-gap: 20px;
  justify-items: center;
}

.network .network-logos .logo {
  background-color: transparent !important;
  border: none !important;
  width: 95px !important;
}
