deploy: 8b98b00558
This commit is contained in:
parent
22a95000ee
commit
077d8b5b12
20 changed files with 395 additions and 38 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue