footer: Add bank info

master
Jonatan Nilsson 2018-07-16 22:23:36 +00:00
parent 50605282de
commit ba4a3aca29
2 changed files with 6 additions and 3 deletions

View File

@ -40,7 +40,7 @@ const Front = {
]), ]),
]), ]),
m('footer', m('footer',
m('span', m.trust('Copyright © 2018 NFP ehf.')) m('span', m.trust('Copyright © 2018 NFP ehf. :: Kennitala: 250689-2849 :: 0133-26-011111')),
), ),
]), ]),
] ]

View File

@ -141,14 +141,17 @@ aside {
footer { footer {
flex-grow: 2; flex-grow: 2;
display: flex; display: flex;
align-items: flex-end; flex-direction: column;
align-items: center;
justify-content: flex-end;
span { span {
flex-grow: 2; flex-grow: 2;
text-align: center; text-align: center;
font-size: 0.8em; font-size: 0.8em;
color: #999; color: #999;
line-height: 3em; line-height: 1.5em;
padding: 1em;
} }
} }