Trying out new image class that the designers gave to me.
authorZak Rogoff <atticus@Amdijefri.office.fsf.org>
Tue, 25 Aug 2015 15:49:05 +0000 (11:49 -0400)
committerZak Rogoff <atticus@Amdijefri.office.fsf.org>
Tue, 25 Aug 2015 15:49:05 +0000 (11:49 -0400)
css/main.css

index 27185923206747db4a2d6d06359036244f689102..0fc528154d44aa6ecbb61e6ec42eadb9771aea7e 100644 (file)
@@ -824,6 +824,11 @@ input[type='reset']:hover {
 
     #workshops-image {
        width: 100%;
-               }
+    }
+    .section-intro p.image { text-align: center; }
+
+    /* optional css rule, if you want to set the image a bit smaller than its 800px width */
+    .section-intro p.image > img { width: 80%; } 
+
 
 }