yenu/resources/public/css/screen.css

16 lines
233 B
CSS
Raw Normal View History

2017-03-21 23:35:13 +01:00
#content {
margin-top: 20px; }
2017-03-20 22:22:07 +01:00
.thumbnail-image {
display: block;
margin: 10px;
border: 1px solid #ccc;
float: left; }
2017-03-21 23:35:13 +01:00
.detail-image img {
max-width: 100%; }
.detail-image a {
display: block;
text-align: center; }