STD
This commit is contained in:
11
css/sgi.css
11
css/sgi.css
@@ -863,7 +863,7 @@ footer ul {
|
||||
}
|
||||
|
||||
footer .footerTop .menuFooter ul>li {
|
||||
*zoom: 1;
|
||||
zoom: 1;
|
||||
float: left;
|
||||
clear: none;
|
||||
text-align: inherit;
|
||||
@@ -1058,11 +1058,18 @@ footer .tab-pane p {
|
||||
.movie {
|
||||
transition: all 0.1s;
|
||||
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
|
||||
height: 8rem;
|
||||
/* align all inside content to the middle */
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
background-color: #f7f7f7;
|
||||
}
|
||||
|
||||
.movie:hover {
|
||||
transform: scale(1.05);
|
||||
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
|
||||
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
|
||||
font-size: 1.1em;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user