Skip to content

Commit

Permalink
chore: Update logo
Browse files Browse the repository at this point in the history
Swaps the Postlight logo for one that reads "Postlight, an NTT DATA Company"
  • Loading branch information
johnholdun committed Jun 17, 2022
1 parent 74487b8 commit 036d2e1
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 036d2e1

Please sign in to comment.