Ajout du snippet https://codepen.io/raphaelgoetter/pen/wzLbdo
This commit is contained in:
parent
aec7fbdd6f
commit
fb4b95246f
3 changed files with 8 additions and 8 deletions
|
@ -659,18 +659,18 @@ sub {
|
|||
|
||||
blockquote {
|
||||
position: relative;
|
||||
padding-left: 3em; }
|
||||
padding-left: 3em;
|
||||
min-height: 2em; }
|
||||
|
||||
blockquote::before {
|
||||
content: "\201C";
|
||||
position: absolute;
|
||||
height: 30px;
|
||||
overflow: hidden;
|
||||
left: 0;
|
||||
top: 0;
|
||||
font-family: georgia, serif;
|
||||
font-size: 5em;
|
||||
line-height: 0.9;
|
||||
height: .4em;
|
||||
line-height: .9;
|
||||
color: rgba(0, 0, 0, 0.3); }
|
||||
|
||||
blockquote > footer {
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -45,18 +45,18 @@ sub {
|
|||
blockquote {
|
||||
position: relative;
|
||||
padding-left: 3em;
|
||||
min-height: 2em;
|
||||
}
|
||||
|
||||
blockquote::before {
|
||||
content: "\201C";
|
||||
position: absolute;
|
||||
height: 30px;
|
||||
overflow: hidden;
|
||||
left: 0;
|
||||
top: 0;
|
||||
font-family: georgia, serif;
|
||||
font-size: 5em;
|
||||
line-height: 0.9;
|
||||
height: .4em;
|
||||
line-height: .9;
|
||||
color: rgba(0, 0, 0, .3);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue