﻿/* Styles specifically for this app go in here. No longer needed on Officers webpage. JB */

/*
    
 #faculty img {
    width: 199px;
    height: 238px;
}


.dean-card {
    display: flex;
    flex-direction: row;
    padding-left: 20px;
    padding-right: 20px;
}

 */

/*  Corrects mobile display of Officers webpage. JB */

@media only screen and (max-width: 561px) {
    ul.stackList-TwoCol {
        padding-left: 10px;
    }
}