Change print wordmark margin bottom to 20px from 10px

Per T169826#3542839.

Bug: T169826
Change-Id: I8658814988c15e48ca90875d33327a48ee8b7ca1
This commit is contained in:
Baha 2017-08-22 16:23:48 -04:00
parent d389464865
commit 932990c2fe
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
height: ~'@{printLogoHeight}px';
left: -9999px;
line-height: 0; // line-height is needed for correctly displaying the size of the content box.
margin-bottom: 10px;
margin-bottom: 20px;
position: absolute;
width: ~'@{printLogoWidth}px';
}