/* CSS for quotes.php */

h1 
{ 
  margin-bottom: 30px;
  line-height: 1.2;
}

@media (max-width: 800px)
{
  h1 { font-size: 110%; }
}