Add full-width class for images

This commit is contained in:
Alex Cabal 2021-06-06 15:42:22 -05:00
parent 6203433a36
commit 206db2d1ea
2 changed files with 10 additions and 15 deletions

View file

@ -2053,12 +2053,7 @@ article.step-by-step-guide ol ol{
margin-left: 0;
}
.goodreads ol li{
list-style: none;
margin-top: 4rem;
}
.goodreads figure img{
.full-width img{
width: 100%;
}