mirror of https://github.com/hashicorp/consul
Fix styles
parent
a6262c863b
commit
de7fc2c7ac
|
@ -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
|
||||
}
|
||||
|
|
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue