From 6156a80db0dceedb0af7f0ffdd6e6d6f371e4e4a Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Thu, 30 Mar 2017 20:15:09 -0500 Subject: [PATCH] Tweak field label styles for mobile --- tailbone/static/css/mobile.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tailbone/static/css/mobile.css b/tailbone/static/css/mobile.css index cf4f9409..7dd238f9 100644 --- a/tailbone/static/css/mobile.css +++ b/tailbone/static/css/mobile.css @@ -29,3 +29,8 @@ .replacement-header { display: none; } + +.field-wrapper label { + font-weight: bold; + margin-top: 1em; +}