frontend: Landing page

This commit is contained in:
Divlo
2020-03-22 16:21:19 +01:00
parent 02b3ef84f0
commit 9d9aed8bcf
5 changed files with 172 additions and 2 deletions

View File

@ -0,0 +1,18 @@
.Home__container {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.Home__title-important {
font-weight: 500;
}
.Home__logo-spin {
cursor: pointer;
}
.Home__image-width {
width: 13em;
}
div[aria-hidden="false"] {
overflow: hidden !important;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 120 KiB