From 93ff2ab8b83a256aff4714adf1dd7eb2ddf17029 Mon Sep 17 00:00:00 2001 From: Zak Rogoff Date: Tue, 25 Aug 2015 11:49:05 -0400 Subject: [PATCH] Trying out new image class that the designers gave to me. --- css/main.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/css/main.css b/css/main.css index 2718592..0fc5281 100644 --- a/css/main.css +++ b/css/main.css @@ -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%; } + } -- 2.25.1