Fixes truncated links

This commit is contained in:
softsimon
2023-11-22 16:22:41 +09:00
parent 5a6d6fae41
commit dbcd900056
2 changed files with 3 additions and 3 deletions

View File

@@ -39,6 +39,6 @@
@media (max-width: 567px) {
.hidden-content {
max-width: 150px;
max-width: 150px !important;
}
}