Improve spacing in various places
This commit is contained in:
parent
1d5fe4db79
commit
e3812c3d31
1 changed files with 9 additions and 10 deletions
|
@ -127,7 +127,7 @@ pre {
|
|||
}
|
||||
|
||||
ul, ol, p, dl {
|
||||
margin: 0 0 2em 0;
|
||||
margin: 0 0 1em 0;
|
||||
}
|
||||
.link-list {
|
||||
padding: 0;
|
||||
|
@ -155,6 +155,8 @@ pre {
|
|||
}
|
||||
|
||||
section > :last-child,
|
||||
section > a:last-child > :last-child,
|
||||
section > header:last-child > :last-child,
|
||||
section:last-child,
|
||||
.last-child {
|
||||
margin-bottom: 0 !important;
|
||||
|
@ -1638,7 +1640,7 @@ pre {
|
|||
|
||||
#content section {
|
||||
background: #36454F;
|
||||
padding: 40px 30px 45px 30px;
|
||||
padding: 40px 30px 40px 30px;
|
||||
box-shadow: 2px 2px 2px 1px rgba(128, 128, 128, 0.1);
|
||||
margin: 0 0 25px 0;
|
||||
}
|
||||
|
@ -1649,13 +1651,14 @@ pre {
|
|||
|
||||
#content h2 {
|
||||
font-size: 1.8em;
|
||||
color: #acb4b7;
|
||||
margin: 0 0 0.25em 0;
|
||||
color: #c9d4d8;
|
||||
margin: 0 0 1em 0;
|
||||
}
|
||||
|
||||
#content h3 {
|
||||
color: #708090;
|
||||
font-size: 1.25em;
|
||||
color: #acb4b7;
|
||||
font-size: 1.4em;
|
||||
margin: 0 0 0.8em 0;
|
||||
}
|
||||
|
||||
#content h4 {
|
||||
|
@ -1670,10 +1673,6 @@ pre {
|
|||
color: #fff;
|
||||
}
|
||||
|
||||
#content header {
|
||||
margin: 0 0 2em 0;
|
||||
}
|
||||
|
||||
#content .link-list li {
|
||||
border-bottom: solid 1px #e2e6e8;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue