Add inline svg logos to index and error_boundary.js and style

This commit is contained in:
Emma Winston 2019-09-18 22:54:09 +01:00
parent ec0a3e232d
commit 76426333d9
3 changed files with 10 additions and 7 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -6031,3 +6031,11 @@ noscript {
padding: 0.35rem;
}
}
.drawer__inner__mastodon svg#hometownlogo {
position: absolute;
fill: $secondary-text-color;
width: 90px;
height: 100px;
bottom: 0;
}