Skip to content

Commit

Permalink
peer review modify
Browse files Browse the repository at this point in the history
  • Loading branch information
azure0929 committed Apr 10, 2023
1 parent e58cd4e commit 9c6539c
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions css/style.css
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,6 @@ button {
li {
list-style: none;
}
nav {
display: block;
}
input {
outline: none;
}
Expand Down Expand Up @@ -193,7 +190,7 @@ header .gnbmenu .gnbnew .gnblist li .hit {
border-radius: 50%;
}
header .gnbmenu .gnbnew .gnblist li:first-child {
margin-left: 0 !important;
margin-left: 0;
}
header .gnbmenu .gnbnew .gnblist li a {
display: inline-block;
Expand Down Expand Up @@ -1706,6 +1703,10 @@ header .category ul.cateList>li .catedetail ul>li>a:hover {
.clientReview .pdtList .pdtCont:hover {
height: 232px;
}
.clientReview .pdtList .pdtCont:hover .name2 {
-webkit-line-clamp: 5;
margin-bottom: 14px;
}
.clientReview .pdtList .pdtCont .name {
display: block;
margin: 0 0 3px;
Expand Down

0 comments on commit 9c6539c

Please sign in to comment.