Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
HTML
<style type="text/css">
    @import url(https://fonts.googleapis.com/css?family=Oswald:400,300,700);    
    @import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);

#hr-content {
    text-align: center;
} 
    
#hr-content h1 {
    font-family: 'Oswald', sans-serif;
    font-size: 80px50px;
    font-weight: 300;
    color: #333;
    padding-bottom: 0;
    border-bottom: 0;
    margin-top: 0;
} 
   
#hr-content h2 {
    font-family: 'Oswald', sans-serif;
    font-size: 50px;
    font-weight: bold;
    color: #333;
    padding-bottom: 0;
    border-bottom: 0;
    margin-top: 0;
} 
 
    
}
/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 480px) {
	.col {  margin: 1% 0 1% 0%; }
	.span_1_of_4, .span_2_of_4, .span_3_of_4, .span_4_of_4 { width: 100%; }
}    
</style>
<div id="hr-content">
    
    <h1 style="margin-top:50px">Community Travel Support Guidelines</h1>
	</div>

...