report.css : update to the pixel margin from 5 to 1

Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
This commit is contained in:
Chuck SmileyRekiere
2021-07-05 18:02:52 -06:00
parent 35f06b96df
commit 7bffaf2cee

View File

@@ -190,8 +190,8 @@ li {
} }
#BannerLogoFooter { #BannerLogoFooter {
text-align: right; text-align: right;
padding: 5px; padding: 1px;
margin: 5px; margin: 1px;
width: 200px; width: 200px;
border: none; border: none;
} }