Increased size of modal, added description as caption to photos
This commit is contained in:
parent
bea55454b2
commit
3bf54f991a
7 changed files with 22 additions and 8 deletions
|
|
@ -145,7 +145,17 @@ a:after {
|
|||
}
|
||||
}
|
||||
#gallery{
|
||||
min-height: 500px;
|
||||
min-height: 600px;
|
||||
.item{
|
||||
img {
|
||||
height: 600px;
|
||||
background-repeat: no-repeat;
|
||||
background-position: center center;
|
||||
width: 100%;
|
||||
background-size: cover;
|
||||
-webkit-background-size:cover;
|
||||
}
|
||||
}
|
||||
.modal-body{
|
||||
i{
|
||||
margin-top: 35%;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue