zallery/prototype/css/zallery.css

21 lines
243 B
CSS
Raw Normal View History

2017-08-04 12:45:12 +02:00
body{
margin-bottom: 200px;
}
.navbar {
margin-top: 40px;
margin-bottom: 40px;
}
.photo-thumb, .photo {
padding: 0px;
}
.photo-thumb img, .photo img {
width: 100%;
height: auto;
2017-08-04 14:24:52 +02:00
}
.col-center{
float: none;
margin: 0 auto;
2017-08-04 12:45:12 +02:00
}