feat(style): spacing and margin improvements
This commit is contained in:
parent
dd69153e99
commit
5fbad7ebaf
@ -83,8 +83,12 @@ body {
|
|||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
p {
|
.body-wrapper {
|
||||||
|
display: flex;
|
||||||
max-width: min(700px, 90vw);
|
max-width: min(700px, 90vw);
|
||||||
|
align-self: center;
|
||||||
|
flex-direction: column;
|
||||||
|
margin-bottom: 30px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.footer-link-items {
|
.footer-link-items {
|
||||||
@ -261,11 +265,24 @@ pre > code {
|
|||||||
background-color: unset;
|
background-color: unset;
|
||||||
}
|
}
|
||||||
|
|
||||||
ul {
|
ul,
|
||||||
|
ol,
|
||||||
|
dl {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
ol {
|
dt {
|
||||||
|
display: list-item;
|
||||||
|
list-style-type: disc;
|
||||||
|
border-bottom: medium solid var(--sumiInk3);
|
||||||
|
}
|
||||||
|
|
||||||
|
dd {
|
||||||
|
margin-left: 10px;
|
||||||
|
margin-bottom: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
dl {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user