Skip to content

Commit

Permalink
Merge pull request #44 from postlight/postlight-ntt-data
Browse files Browse the repository at this point in the history
chore: Update logo
  • Loading branch information
johnholdun authored Nov 14, 2022
2 parents 74487b8 + 036d2e1 commit 66e55b2
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 15 deletions.
2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@
<body>
<noscript>You need to enable JavaScript to run this app. I'm so sorry.</noscript>
<div id="root"></div>
<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>
<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>
</body>
</html>
2 changes: 1 addition & 1 deletion public/postlight-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 0 additions & 4 deletions src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,3 @@ body {
font-weight:bold;
color:#222;
}

footer img {
padding-top: 15px;
}
18 changes: 9 additions & 9 deletions src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,23 +12,23 @@ code {
monospace;
}

#root {
min-height: calc(100vh - (2em + 32px));
}

footer {
flex-shrink: 0;
display: flex;
justify-content: flex-end;
font-size: 14px;
align-items: center;
line-height: 24px;
align-items: top;
padding: 1em 2em;
}

footer img {
height: 32px;
display: inline-block;
vertical-align: top;
margin-left: 10px;
}

#root {
min-height: calc(100vh - 106px);
}
footer {
height: 78px;
}

0 comments on commit 66e55b2

Please sign in to comment.