diff --git a/css/dropsea.css b/css/dropsea.css index 8b35cf6..70dffcb 100644 --- a/css/dropsea.css +++ b/css/dropsea.css @@ -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; }