/*
   ==========================================

   Supplementary style sheet for home page of
   about HERTFORD
   
   Steve Beeston
   September 2022

   ==========================================
*/
   

.column, .columns {
   padding: 8px;
}

a.home-page-story p {
   border: 1px solid #444; 
   border-top-width: 0
}

p.news-headline {
   margin-bottom: 0;
}



@media only screen and (max-width: 639px) {

   .column, .columns {
      padding: 15px;
   }
}
