frontend: add animation on frontpage
This commit is contained in:
parent
9ac3fc7e35
commit
9d18d0733b
3 changed files with 9 additions and 2 deletions
|
|
@ -236,6 +236,13 @@ ul.list-inline li:not(:last-child)::after {
|
|||
content: ">"
|
||||
}
|
||||
|
||||
.excard {
|
||||
transition: transform 250ms;
|
||||
}
|
||||
.excard:hover {
|
||||
transform: scale(1.07);
|
||||
}
|
||||
|
||||
#tagsMenu + .dropdown-menu div {
|
||||
overflow-y: auto;
|
||||
max-height: calc(66vh - 100px);
|
||||
|
|
|
|||
Reference in a new issue