aboutsummaryrefslogtreecommitdiff
path: root/cmd/web/js/main.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/web/js/main.jsx')
-rw-r--r--cmd/web/js/main.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/web/js/main.jsx b/cmd/web/js/main.jsx
index c95c748..e64adc7 100644
--- a/cmd/web/js/main.jsx
+++ b/cmd/web/js/main.jsx
@@ -30,7 +30,7 @@ class Header extends React.Component {
30 30
31class Logo extends React.Component { 31class Logo extends React.Component {
32 render() { 32 render() {
33 return <div id="logo" className="w-100"> 33 return <div id="logo" className="w-100 h-100 align-self-center">
34 <h1><a href="/">CryptoPF</a></h1> 34 <h1><a href="/">CryptoPF</a></h1>
35 </div>; 35 </div>;
36 } 36 }