fix margin bottom on lightbox
This commit is contained in:
parent
71dbfce23f
commit
2ea64658ec
1 changed files with 2 additions and 1 deletions
|
|
@ -30,6 +30,7 @@
|
|||
display: block;
|
||||
max-width: 800px;
|
||||
max-height: 800px;
|
||||
margin-bottom: 120px;
|
||||
}
|
||||
|
||||
#lightbox-content{
|
||||
|
|
@ -83,7 +84,7 @@
|
|||
width: 100%;
|
||||
top: 0;
|
||||
left: 0;
|
||||
background-color: rgba(0,0,0,0.85);
|
||||
background-color: rgba(0,0,0,0.9);
|
||||
display: none;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue