Skip to content

Commit

Permalink
Make logo scale where appropriate
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanw committed Mar 18, 2022
1 parent 6f41d32 commit ba9df7d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions assets/mvp.css
Original file line number Diff line number Diff line change
Expand Up @@ -486,3 +486,8 @@ sup {
details:target {
outline: 1px solid darkred;
}

.logo {
transform: translate(0, 15px);
width: 2em;
}
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<body>
<header>
<h1>
<img src="icons/bibbot.svg" alt="Schematischer Roboter" style="transform: translate(0, 15px)"/>
<img src="icons/bibbot.svg" alt="Schematischer Roboter" class="logo"/>
BibBot
</h1>
<p>
Expand Down
2 changes: 1 addition & 1 deletion options/options.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<body>
<header>
<h1>
<img src="../icons/bibbot.svg" alt="Schematischer Roboter" style="transform: translate(0, 15px)"/>
<img src="../icons/bibbot.svg" alt="Schematischer Roboter" class="logo"/>
BibBot
</h1>
<p>
Expand Down
2 changes: 1 addition & 1 deletion popup/popup.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<body>
<h3>
<img src="../icons/bibbot.svg" alt="Schematischer Roboter" style="transform: translate(0, 5px); height:40px"/>
<img src="../icons/bibbot.svg" alt="Schematischer Roboter" style="transform: translate(0, 8px); height:40px"/>
BibBot
</h3>
<p>
Expand Down

0 comments on commit ba9df7d

Please sign in to comment.