some styling improvements
All checks were successful
Jenkins
Web/pipeline/head This commit looks good
All checks were successful
Jenkins
Web/pipeline/head This commit looks good
This commit is contained in:
parent
e117522b94
commit
38ff4424b4
1 changed files with 7 additions and 1 deletions
|
@ -208,9 +208,15 @@ sup {
|
|||
}
|
||||
|
||||
blockquote {
|
||||
margin-left: 2em;
|
||||
margin-left: 1.5em;
|
||||
margin-right: 2em;
|
||||
padding-left: 0.5em;
|
||||
font-style: italic;
|
||||
border-left: 5px solid rgba(0, 0, 0, 0.2);
|
||||
}
|
||||
|
||||
hr {
|
||||
border-top: 2px solid rgba(0, 0, 0, 0.2);
|
||||
}
|
||||
|
||||
#banner {
|
||||
|
|
Loading…
Reference in a new issue