/*
Theme Name: Risepoint Faculty
Theme URI:
Description: Faculty microsite child theme for Risepoint — adds faculty-specific CPTs and templates.
Author: Risepoint
Author URI:
Template: risepoint
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: risepoint-faculty
*/

/*
 * Tailwind default breakpoints (for reference in media queries)
 * sm:  640px
 * md:  768px
 * lg:  1024px
 * xl:  1280px
 * 2xl: 1536px
 */

@media (min-width: 1024px) { /* lg */
  .header .header-logo-link {
    width: 208px;
  }
}
