Adjust header content positioning

This commit is contained in:
Fred Boniface 2023-06-21 15:29:40 +01:00
parent 1da58ba944
commit 7eaaa1034a
1 changed files with 5 additions and 2 deletions

View File

@ -28,16 +28,19 @@
img { img {
position: absolute; position: absolute;
height: 40px; height: 40px;
left: 8px; right: 8px;
top: 5px; top: 5px;
} }
header { header {
position: absolute;
left: 0px;
top: 3px;
font-family: urwgothic, sans-serif; font-family: urwgothic, sans-serif;
font-weight: 600; font-weight: 600;
margin-top: 6px; margin-top: 6px;
margin-left: 20px; margin-left: 20px;
font-size: 20pt; font-size: 17pt;
} }
.headerBlock { .headerBlock {