mirror of
https://github.com/status-im/consul.git
synced 2025-02-02 17:03:31 +00:00
Fix styles
This commit is contained in:
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…
x
Reference in New Issue
Block a user