Remove tabs #19

Merged
solene merged 1 commits from fix_tabs into main 2021-10-02 18:51:51 +00:00
1 changed files with 10 additions and 10 deletions

View File

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