From c8c1966b8a378d75b3e227fdb497f03a6f695ee9 Mon Sep 17 00:00:00 2001 From: Trevor Buckner Date: Sun, 4 Apr 2021 00:11:14 -0400 Subject: [PATCH] Fix top margin --- client/homebrew/phbStyle/phb.style.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/homebrew/phbStyle/phb.style.less b/client/homebrew/phbStyle/phb.style.less index f082cbb4e..30ddd61a5 100644 --- a/client/homebrew/phbStyle/phb.style.less +++ b/client/homebrew/phbStyle/phb.style.less @@ -227,7 +227,7 @@ body { background-blend-mode : overlay; background-attachment : fixed; box-shadow : 1px 4px 14px #888; - margin : 0px -6px 1em; + margin : 7px -6px 1em; -webkit-transform : translateZ(0); //Prevents shadows from breaking across columns } .useSansSerif();