Add a right-margin of 3rem to ‘.note’ elements
This commit is contained in:
parent
3eef67a93a
commit
b475cd63d7
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ pre.src {
|
||||||
}
|
}
|
||||||
|
|
||||||
.note {
|
.note {
|
||||||
margin-left: 3rem;
|
margin: 0 3rem;
|
||||||
border-width: 1px;
|
border-width: 1px;
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
padding: 0 1rem;
|
padding: 0 1rem;
|
||||||
|
|
Loading…
Reference in a new issue