Increased size of modal, added description as caption to photos

This commit is contained in:
Gopesh Tulsyan 2014-07-02 00:25:09 +05:30
parent bea55454b2
commit 3bf54f991a
7 changed files with 22 additions and 8 deletions

View file

@ -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%;