We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f2cd31 commit 2820067Copy full SHA for 2820067
codepulse/src/main/resources/toserve/common/branding.css
@@ -8,10 +8,11 @@
8
.branding .company {
9
display: inline-block;
10
vertical-align: top;
11
+ margin-left: 5px;
12
}
13
14
.branding .company img {
- height: 34px;
15
+ height: 28px;
16
17
18
.branding .product {
@@ -21,7 +22,7 @@
21
22
text-align: right;
23
24
.branding .product .name {
- font-size: 1.4em;
25
+ font-size: 1.2em;
26
font-weight: bold;
27
line-height: 20px;
28
color: white;
@@ -30,7 +31,7 @@
30
31
32
.branding .product .version {
33
- font-size: .75em;
34
+ font-size: .7em;
35
margin-top: -3px;
36
color: lightgray;
37
0 commit comments