Style changes on index.html and Bootstrap grid on all relevant pages

This commit is contained in:
Zlatko Knezevic
2015-07-28 15:26:30 -07:00
parent 97cd50d788
commit 388aceda40
6 changed files with 128 additions and 109 deletions

View File

@@ -7,7 +7,7 @@ body {
margin: 0px 20px;
}
h1, h2 h3, h4, h5, h6 {
h1, h2, h3, h4, h5, h6 {
font-family: 'Roboto Condensed';
}
@@ -15,6 +15,10 @@ h1, h2 h3, h4, h5, h6 {
p {
margin-bottom: 12px;
}
p.lead {
margin-bottom: 20px;
margin-top: 20px;
}
#platforms > h2 {
font-family: 'Roboto Condensed';
}
@@ -39,6 +43,3 @@ a:hover {
color: #fff;
background-color: #682079;
}