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-left: 3%;
|
||||||
padding-bottom: 80px;
|
padding-bottom: 80px;
|
||||||
|
|
||||||
|
.alert {
|
||||||
|
a {
|
||||||
|
color: inherit;
|
||||||
|
font-size: inherit;
|
||||||
|
font-weight: inherit;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.lead{
|
.lead{
|
||||||
margin-bottom: 48px
|
margin-bottom: 48px
|
||||||
}
|
}
|
||||||
|
@ -51,6 +51,10 @@ pre {
|
|||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
tt {
|
||||||
|
font-size: 18px;
|
||||||
|
font-family: "Menlo", "Monaco", "Courier New", monospace;
|
||||||
|
}
|
||||||
|
|
||||||
//fixed grid below 992 to prevent smaller responsive sizes
|
//fixed grid below 992 to prevent smaller responsive sizes
|
||||||
@media (max-width: 992px) {
|
@media (max-width: 992px) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user