Fix styles
This commit is contained in:
parent
533e4b3168
commit
819d87918e
|
@ -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