From 6add7fad6b8c9877900214a197e3a22672258890 Mon Sep 17 00:00:00 2001 From: Zak Rogoff Date: Tue, 25 Aug 2015 12:41:20 -0400 Subject: [PATCH] Fixing image width. --- css/main.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/css/main.css b/css/main.css index 0fc5281..119d64a 100644 --- a/css/main.css +++ b/css/main.css @@ -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%; } - - } -- 2.25.1