/*
Coder: klp
Date: 11/29/22
Site: Stage2: 11/28/22
File: mGameStyles.css

No touch code
Adjusts the geometry of the nav bar to accomodate small browser window sizes

*/
@media (max-width: 700px) {
   /* nav{
        background-color: pink;
   } */
   div#masthead ul{
        margin-top: 20px;
        clear: left;
        /* background-color: yellow; */
        padding-top: 10px;
   }

   div#masthead ul li{
        list-style: none;
        display: block; 
        margin-bottom: 5px;
    }   
}