Fixing image width.
authorZak Rogoff <atticus@Amdijefri.office.fsf.org>
Tue, 25 Aug 2015 16:41:20 +0000 (12:41 -0400)
committerZak Rogoff <atticus@Amdijefri.office.fsf.org>
Tue, 25 Aug 2015 16:41:20 +0000 (12:41 -0400)
css/main.css

index 0fc528154d44aa6ecbb61e6ec42eadb9771aea7e..119d64a46809115ed55cfee7b69988b230cec7bd 100644 (file)
@@ -333,6 +333,12 @@ a:focus > img + strong {
     color: #94b3e2;
 }
 
+.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%; }*/
+
+
 .step {
     padding: .5em 0;
 }
@@ -825,10 +831,4 @@ 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%; } 
-
-
 }