From 269fe4a9f03354957c354d85cadee8b46d4fc259 Mon Sep 17 00:00:00 2001 From: Dan Janosik Date: Mon, 20 Aug 2018 12:46:50 -0400 Subject: [PATCH] style tweak for wide screens --- public/css/styling.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/css/styling.css b/public/css/styling.css index 05f3e67..f4b5d1e 100755 --- a/public/css/styling.css +++ b/public/css/styling.css @@ -227,8 +227,8 @@ strong { .tx-io-label { max-width: 5%; } .tx-io-content { max-width: 95%; } - .tx-io-desc { max-width: 60%; } - .tx-io-value { max-width: 40%; text-align: right; padding-right: 25px; } + .tx-io-desc { max-width: 70%; } + .tx-io-value { max-width: 30%; text-align: right; padding-right: 25px; } }