Fix styles

This commit is contained in:
Seth Vargo 2016-09-26 10:13:20 -05:00
parent 533e4b3168
commit 819d87918e
No known key found for this signature in database
GPG Key ID: 905A90C2949E8787
2 changed files with 12 additions and 0 deletions

View File

@ -171,6 +171,14 @@ body.layout-intro{
padding-left: 3%;
padding-bottom: 80px;
.alert {
a {
color: inherit;
font-size: inherit;
font-weight: inherit;
}
}
.lead{
margin-bottom: 48px
}

View File

@ -51,6 +51,10 @@ pre {
margin-bottom: 0;
}
tt {
font-size: 18px;
font-family: "Menlo", "Monaco", "Courier New", monospace;
}
//fixed grid below 992 to prevent smaller responsive sizes
@media (max-width: 992px) {