1
1
mirror of https://github.com/aelve/guide.git synced 2024-11-25 18:56:52 +03:00

Restyled blockquote element margins and paddings; fixed #354

This commit is contained in:
Avele 2019-08-03 08:17:27 +04:00
parent 9e4146b5bc
commit c826ecef2f

View File

@ -210,10 +210,17 @@ td.sourceCode {
blockquote {
background: rgba(10, 10, 10, 0.075);
border-left: 5px solid rgba(10, 10, 10, 0.15);
padding: 1px 1em;
padding: 0.4em 1em;
margin-left: 0;
margin-right: 0;
border-radius: 5px;
> *:first-child {
margin-top: 0;
}
> *:last-child {
margin-bottom: 0;
}
}
.svg-inline--fa {
width: 1.25em !important;