From 0376a912a607d8708155890c45b1f3e83a28eee1 Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Thu, 16 Oct 2014 14:05:47 -0400 Subject: [PATCH] Minor contact form style: block checkboxes --- css/app.css | 4 ++++ scss/site/_structure.scss | 4 +++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/css/app.css b/css/app.css index 241e840..457a55a 100644 --- a/css/app.css +++ b/css/app.css @@ -6112,6 +6112,10 @@ article h2 { * 4.6 Forms * ------------------------------------ */ +/* Contact Form */ +span.wpcf7-list-item { + display: block; } + /** * 5.0 Plugins * ---------------------------------------------------------------------------- diff --git a/scss/site/_structure.scss b/scss/site/_structure.scss index 9d928f1..584e00a 100644 --- a/scss/site/_structure.scss +++ b/scss/site/_structure.scss @@ -630,7 +630,9 @@ article h2 { */ // Insert styles here - + + /* Contact Form */ + span.wpcf7-list-item { display: block; } /** * 5.0 Plugins -- 2.17.1