From ba4a3aca29fe5f0383a620384412979a4829050d Mon Sep 17 00:00:00 2001 From: Jonatan Nilsson Date: Mon, 16 Jul 2018 22:23:36 +0000 Subject: [PATCH] footer: Add bank info --- app/front/index.js | 2 +- app/styl/main.styl | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/app/front/index.js b/app/front/index.js index 1cb5281..b47a2cb 100644 --- a/app/front/index.js +++ b/app/front/index.js @@ -40,7 +40,7 @@ const Front = { ]), ]), m('footer', - m('span', m.trust('Copyright © 2018 NFP ehf.')) + m('span', m.trust('Copyright © 2018 NFP ehf. :: Kennitala: 250689-2849 :: 0133-26-011111')), ), ]), ] diff --git a/app/styl/main.styl b/app/styl/main.styl index c6bfcd2..ba78a36 100644 --- a/app/styl/main.styl +++ b/app/styl/main.styl @@ -141,14 +141,17 @@ aside { footer { flex-grow: 2; display: flex; - align-items: flex-end; + flex-direction: column; + align-items: center; + justify-content: flex-end; span { flex-grow: 2; text-align: center; font-size: 0.8em; color: #999; - line-height: 3em; + line-height: 1.5em; + padding: 1em; } }