Font-Awesome und Startseite;

This commit is contained in:
2020-06-04 22:45:42 +02:00
parent 30d2822891
commit cb5acd12eb
7925 changed files with 111573 additions and 37 deletions

View File

@@ -69,3 +69,33 @@ body {
white-space: nowrap;
line-height: 60px; /* Vertically center the text there */
}
/**Startpage for not loged in Users*/
@font-face {
font-family: 'NewZelek';
src: URL('/new_zelek.ttf') format('truetype');
}
.logo_container {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
max-width: 40%;
}
.logo_container p {
text-align: center;
font-family: 'NewZelek';
}
.logo_container img {
max-width: 100%;
}
@media (max-width: 620px) {
.bigonly {
display: none;
}
}