Skip to content

Commit a163fca

Browse files
committed
tweak sytle on logo-title to make it look more like PDR
1 parent be9abe4 commit a163fca

1 file changed

Lines changed: 9 additions & 6 deletions

File tree

angular/src/app/frame/headbar/headbar.component.css

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,19 @@
33
display: flex;
44
align-items: center;
55
background-color: #000000;
6-
margin-left: 2em;
6+
margin-left: 1.7em;
77
cursor: pointer;
88
}
99

1010
.logo-text {
11-
font-family: Roboto, "Helvetica Neue", sans-serif;
12-
line-height: 18px;
11+
font-family: sans-serif;
12+
font-weight: bolder;
13+
font-size: 15px;
14+
line-height: 17px;
1315
color: #ffffff;
14-
font-size: 12px;
1516
white-space: nowrap;
16-
margin-right: -10px;
17+
margin-left: 0px;
18+
margin-right: 0em;
1719
display:inline-block;
1820
}
1921

@@ -85,6 +87,7 @@
8587
height: 30px; /* Height of the container */
8688
overflow: hidden;
8789
margin-right: 5px;
90+
margin-bottom: 0em;
8891
}
8992

9093
.image-container {
@@ -93,7 +96,7 @@
9396
overflow: hidden;
9497
position: relative;
9598
margin-left: -60px;
96-
margin-top: -2em;
99+
margin-top: -2.1em;
97100
}
98101

99102
.scaled-image {

0 commit comments

Comments
 (0)