aboutsummaryrefslogtreecommitdiff
path: root/cmd/web/js/main.jsx
diff options
context:
space:
mode:
authorjloup <jeanloup.jamet@gmail.com>2018-02-25 21:35:11 +0100
committerjloup <jeanloup.jamet@gmail.com>2018-02-25 21:35:11 +0100
commita2ab2260d38391006651f5f5cb1627bce836d1fa (patch)
treea246514737cbe6804692798062a02ffbbbf8eeb2 /cmd/web/js/main.jsx
parentb5c34e88bbe09173aca1d1c1014cb42b01866d79 (diff)
downloadFront-a2ab2260d38391006651f5f5cb1627bce836d1fa.tar.gz
Front-a2ab2260d38391006651f5f5cb1627bce836d1fa.tar.zst
Front-a2ab2260d38391006651f5f5cb1627bce836d1fa.zip
small UI tweaks (alignment).v0.0.2
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 }