Fix profile relays

This commit is contained in:
Bojan Mojsilovic 2024-02-16 01:43:03 +01:00
parent c96bf55f61
commit a815fcc5fe
2 changed files with 4 additions and 0 deletions

View File

@ -236,6 +236,9 @@
font-weight: 400;
line-height: 18px;
width: min(560px, 100%);
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
}
}

View File

@ -20,6 +20,7 @@
.banner {
width: 100%;
height: 214px;
overflow: hidden;
img {
width: 100%;