From fd94d162ea649e3eb4b9682d8437bdb486876998 Mon Sep 17 00:00:00 2001 From: Trevor Buckner Date: Mon, 8 Feb 2021 16:06:54 -0500 Subject: [PATCH] Padding & margins --- client/homebrew/phbStyle/phb.style.less | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/client/homebrew/phbStyle/phb.style.less b/client/homebrew/phbStyle/phb.style.less index 792755ade..80be283a9 100644 --- a/client/homebrew/phbStyle/phb.style.less +++ b/client/homebrew/phbStyle/phb.style.less @@ -123,11 +123,13 @@ body { float : left; font-family : Solberry; line-height : 0.8em; - font-size: 3.1cm; - padding-top: 4px; - padding-bottom: 4px; - margin-top: -6px; - margin-left: -6px; + font-size: 3.5cm; + padding-left: 40px; + margin-left: -40px; + padding-top:10px; + margin-top:-8px; + padding-bottom:10px; + margin-bottom:-20px; background-image: linear-gradient(-45deg, #322814, #998250, #322814); background-clip: text; -webkit-background-clip: text;