GO AWAY ANIMATIONS

This commit is contained in:
Kasper Rynning-Tønnesen
2020-01-29 16:45:26 +01:00
parent cd79a71b2e
commit 68cb99eca3
4 changed files with 14 additions and 6 deletions

View File

@@ -104,9 +104,13 @@ ol {
.truncate {
display: inline-block;
max-width: 250px;
max-width: 20vw;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
@include mobile {
max-width: calc(75vw - 90px - 62px);
}
}
</style>