
@media screen and (max-width: 760px) {

    body{
        font-size: 18px;
    }
    
    .grid h3 {font-size: 1em}
    
    input[name='title'] {font-size: 1.2em}

   .twoCol .rightCol {margin-left: 0px} /* make it 1 col in mobile, 2 col on tablet*/

  


}