mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-22 10:20:14 +01:00
fix(landing): IE section grow over normal size
This commit is contained in:
parent
893d8cc865
commit
1d51862e99
1 changed files with 1 additions and 1 deletions
|
|
@ -16,10 +16,10 @@
|
||||||
.project-img {
|
.project-img {
|
||||||
min-width: 39.75rem;
|
min-width: 39.75rem;
|
||||||
min-height: 20.375rem;
|
min-height: 20.375rem;
|
||||||
|
max-height: 20.375rem;
|
||||||
|
|
||||||
.lazy-load-image {
|
.lazy-load-image {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
|
||||||
visibility: hidden;
|
visibility: hidden;
|
||||||
transition: opacity 1s;
|
transition: opacity 1s;
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue