- new landing page first draft

This commit is contained in:
Arno Kaimbacher 2020-03-06 15:39:05 +01:00
parent 42c1e5262b
commit a080faa91d
24 changed files with 320 additions and 101 deletions

View file

@ -87,4 +87,11 @@ export default App;
#app {
color: #56b983;
}
.content {
flex: 1 1 70%;
display: flex;
align-items: center;
justify-content: center;
}
</style>