Adjust header content positioning
This commit is contained in:
parent
1da58ba944
commit
7eaaa1034a
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user