welcome screen

This commit is contained in:
2020-04-26 16:38:06 +02:00
committed by smuddy
parent 3b6bebcbac
commit 5d47c0c611
29 changed files with 538 additions and 16 deletions

View File

@@ -0,0 +1,12 @@
.copyright {
color: #fff;
opacity: 0.7;
font-size: 20px;
transform: translate(173px, -40px);
}
.brand {
@media screen and (max-width: 860px) {
transform: scale(0.5) translateY(-50%);
}
}