Font-Awesome und Startseite;
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user