Add proper About page
This commit is contained in:
parent
8109c6d3f6
commit
e446084d62
4 changed files with 107 additions and 24 deletions
|
@ -1 +1,15 @@
|
|||
@import './custom.scss';
|
||||
|
||||
|
||||
/* nb. these are here to force footer to bottom of screen */
|
||||
|
||||
html, body {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
#app {
|
||||
height: 100%;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue