Skip to content

Commit 66e55b2

Browse files
authored
Merge pull request #44 from postlight/postlight-ntt-data
chore: Update logo
2 parents 74487b8 + 036d2e1 commit 66e55b2

4 files changed

Lines changed: 11 additions & 15 deletions

File tree

public/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@
3939
<body>
4040
<noscript>You need to enable JavaScript to run this app. I'm so sorry.</noscript>
4141
<div id="root"></div>
42-
<footer>A Labs project from your friends at <a href="https://postlight.com/careers"><img alt="Postlight" src="/postlight-logo.svg" width="97" height="25"></a></footer>
42+
<footer>A Labs project from your friends at <a href="https://postlight.com/careers"><img alt="Postlight, an NTT DATA Company" src="/postlight-logo.svg" width="125" height="32"></a></footer>
4343
</body>
4444
</html>

public/postlight-logo.svg

Lines changed: 1 addition & 1 deletion
Loading

src/App.css

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,3 @@ body {
1212
font-weight:bold;
1313
color:#222;
1414
}
15-
16-
footer img {
17-
padding-top: 15px;
18-
}

src/index.css

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,23 +12,23 @@ code {
1212
monospace;
1313
}
1414

15+
#root {
16+
min-height: calc(100vh - (2em + 32px));
17+
}
18+
1519
footer {
1620
flex-shrink: 0;
1721
display: flex;
1822
justify-content: flex-end;
1923
font-size: 14px;
20-
align-items: center;
24+
line-height: 24px;
25+
align-items: top;
2126
padding: 1em 2em;
2227
}
2328

2429
footer img {
30+
height: 32px;
31+
display: inline-block;
32+
vertical-align: top;
2533
margin-left: 10px;
2634
}
27-
28-
#root {
29-
min-height: calc(100vh - 106px);
30-
}
31-
footer {
32-
height: 78px;
33-
}
34-

0 commit comments

Comments
 (0)