This commit is contained in:
adrianvic 2025-10-29 23:58:08 +00:00
commit 077d8b5b12
20 changed files with 395 additions and 38 deletions

View file

@ -100,6 +100,14 @@
overflow-y: auto;
}
.projectInfoGitHubReleases.less {
overflow: hidden;
display: -webkit-box;
line-clamp: 2;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical
}
@media only screen and (max-width: 1280px) {
#projectImagesAndInfo {
flex-direction: column;