Aggiunto codice per immagini

This commit is contained in:
ulaulaman 2021-10-10 16:15:37 +02:00
parent cb43bc6098
commit f495af5574
1 changed files with 10 additions and 0 deletions

View File

@ -52,6 +52,16 @@ blockquote {
border-left: 3px solid #6d90d6;
}
/* img */
.pic {
padding-top: 5px;
}
.pic img {
width:95%;
}
/* citazioni */
#cit::before { content: open-quote; }