footer: Add bank info
This commit is contained in:
parent
50605282de
commit
ba4a3aca29
2 changed files with 6 additions and 3 deletions
|
@ -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')),
|
||||
),
|
||||
]),
|
||||
]
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue