We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d7e347 commit 51369e8Copy full SHA for 51369e8
2 files changed
src/style.css
@@ -42,10 +42,6 @@ body {
42
outline-offset: 8px;
43
}
44
45
-.navbar-brand a img {
46
- height: 2rem;
47
-}
48
-
49
.navbar-brand a span {
50
font-size: 1.25rem;
51
font-weight: 700;
templates/base.html.jinja
@@ -20,7 +20,7 @@
20
<div class="container-fluid">
21
<div class="navbar-brand">
22
<a href="./">
23
- <img src="logo.png" alt="Python logo" height="269" width="277">
+ <img src="logo.png" alt="Python logo" width="31.07" height="32">
24
<span>Translation Dashboard</span>
25
</a>
26
</div>
0 commit comments