Skip to content

Commit 2820067

Browse files
author
Hassan Radwan
committed
Some tweaks to the sizing in the branding area
1 parent 0f2cd31 commit 2820067

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

codepulse/src/main/resources/toserve/common/branding.css

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,11 @@
88
.branding .company {
99
display: inline-block;
1010
vertical-align: top;
11+
margin-left: 5px;
1112
}
1213

1314
.branding .company img {
14-
height: 34px;
15+
height: 28px;
1516
}
1617

1718
.branding .product {
@@ -21,7 +22,7 @@
2122
text-align: right;
2223
}
2324
.branding .product .name {
24-
font-size: 1.4em;
25+
font-size: 1.2em;
2526
font-weight: bold;
2627
line-height: 20px;
2728
color: white;
@@ -30,7 +31,7 @@
3031
}
3132
.branding .product .version {
3233
line-height: 20px;
33-
font-size: .75em;
34+
font-size: .7em;
3435
margin-top: -3px;
3536
color: lightgray;
3637
}

0 commit comments

Comments
 (0)