Skip to content

Commit 51369e8

Browse files
committed
update logo dimensions in base.html and clean up CSS
1 parent 2d7e347 commit 51369e8

2 files changed

Lines changed: 1 addition & 5 deletions

File tree

src/style.css

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,6 @@ body {
4242
outline-offset: 8px;
4343
}
4444

45-
.navbar-brand a img {
46-
height: 2rem;
47-
}
48-
4945
.navbar-brand a span {
5046
font-size: 1.25rem;
5147
font-weight: 700;

templates/base.html.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<div class="container-fluid">
2121
<div class="navbar-brand">
2222
<a href="./">
23-
<img src="logo.png" alt="Python logo" height="269" width="277">
23+
<img src="logo.png" alt="Python logo" width="31.07" height="32">
2424
<span>Translation Dashboard</span>
2525
</a>
2626
</div>

0 commit comments

Comments
 (0)