Remove tabs

This commit is contained in:
Solene Rapenne 2021-10-02 19:43:35 +02:00
parent 76b245a03e
commit a345597a83
1 changed files with 10 additions and 10 deletions

View File

@ -100,27 +100,27 @@ ul {
} }
blockquote { blockquote {
position: relative; position: relative;
padding: 1.5rem; padding: 1.5rem;
} }
blockquote:before, blockquote:before,
blockquote:after { blockquote:after {
position: absolute; position: absolute;
font-size: 4rem; font-size: 4rem;
color:rgba(128,128,128,0.5); color:rgba(128,128,128,0.5);
} }
blockquote:before { blockquote:before {
content: open-quote; content: open-quote;
left: -1rem; left: -1rem;
top: -1rem; top: -1rem;
} }
blockquote:after { blockquote:after {
content: close-quote; content: close-quote;
right: -1rem; right: -1rem;
bottom: -1rem; bottom: -1rem;
} }
cite { cite {