mirror of https://github.com/status-im/reagent.git
More space for h2
This commit is contained in:
parent
4d00b44c7c
commit
cf96f3c347
|
@ -118,9 +118,9 @@ ul.nav > li.brand > a {
|
|||
.reagent-demo h2 {
|
||||
font-size: 21px;
|
||||
line-height: 26px;
|
||||
margin-top: 29px;
|
||||
margin-bottom: 3px;
|
||||
color: rgba(0, 0, 0, 0.75);
|
||||
margin-top: 38px;
|
||||
margin-bottom: 12px;
|
||||
color: rgba(0, 0, 0, 0.65);
|
||||
}
|
||||
|
||||
.reagent-demo h2 + p {
|
||||
|
@ -138,7 +138,7 @@ ul.nav > li.brand > a {
|
|||
|
||||
.demo-text > p > code, .demo-text > ul > li > code {
|
||||
font-size: 16px;
|
||||
background-color: #f5f5f2;
|
||||
background-color: #f5f5f4;
|
||||
padding: 0 3px;
|
||||
}
|
||||
|
||||
|
@ -147,7 +147,7 @@ ul.nav > li.brand > a {
|
|||
}
|
||||
|
||||
.demo-example {
|
||||
background-color: #f3f3f2;
|
||||
background-color: #f6f6f5;
|
||||
}
|
||||
|
||||
.demo-source {
|
||||
|
|
Loading…
Reference in New Issue