Add logo to embed page

This commit is contained in:
Jeremy Zhang
2017-05-13 21:48:47 +00:00
parent b0acab060a
commit 5a69d4463b
2 changed files with 13 additions and 1 deletions

View File

@ -184,4 +184,16 @@ a {
bottom: 13px;
width: 25px;
height: 25px;
}
.brand-logo img {
width: 25px;
margin-right: 10px;
margin-top: 6px;
-webkit-filter: brightness(0) invert(1);
filter: brightness(0) invert(1);
}
.align-top {
vertical-align: top;
}