comparison static/css/sat_website.css @ 104:82d920157dc9

fixes gallery CSS to avoid video items to disturb the grid
author souliane <souliane@mailoo.org>
date Sat, 17 Oct 2015 12:18:44 +0200
parents dd7a496bf762
children c56b6ad62153
comparison
equal deleted inserted replaced
103:2f9417f5e9c4 104:82d920157dc9
176 176
177 .my-carousel img, .my-carousel video { 177 .my-carousel img, .my-carousel video {
178 cursor: pointer; 178 cursor: pointer;
179 height: 200px; 179 height: 200px;
180 width: auto; 180 width: auto;
181 display: table-cell; 181 margin-left: auto;
182 margin-right: auto;
182 } 183 }
183 184
184 #my-modal .modal-dialog { 185 #my-modal .modal-dialog {
185 max-width: 90%; 186 max-width: 90%;
186 width: auto; 187 width: auto;