💄 Applies max-width to page path when in footer

This commit is contained in:
Alicia Sykes 2022-05-01 22:06:05 +01:00
parent 7d91d51fa6
commit 437ec2eac6
1 changed files with 5 additions and 0 deletions

View File

@ -60,6 +60,11 @@ footer {
font-size: 0.75rem;
margin: 0.1rem 0.5rem 0 0;
opacity: var(--dimming-factor);
max-width: 10rem;
overflow: hidden;
text-overflow: ellipsis;
word-break: break-all;
max-height: 1rem;
}
}