1
0
Fork 0

Add legal notice and privacy policy

This commit is contained in:
Moritz Ruth 2019-12-01 12:28:29 +01:00
parent 9166448d88
commit 965212c08e
No known key found for this signature in database
GPG key ID: FE38A0B03AA331BA
12 changed files with 429 additions and 8 deletions

View file

@ -74,6 +74,11 @@
.navigation-bar__title {
font-size: 1.5rem;
font-weight: bold;
text-overflow: ellipsis;
overflow: hidden;
flex-shrink: 0;
max-width: calc(100% - 50px);
transition: 200ms ease;
transition-property: opacity, transform;