Add legal notice and privacy policy
This commit is contained in:
parent
9166448d88
commit
965212c08e
12 changed files with 429 additions and 8 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue