yenu/resources/public/css/screen.css

23 lines
337 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;
2017-04-03 22:23:01 +02:00
margin: 2px;
2017-03-20 22:22:07 +01:00
border: 1px solid #ccc;
float: left; }
2017-03-21 23:35:13 +01:00
2017-04-03 22:23:01 +02:00
.thumbnail-image:hover {
opacity: 0.9; }
2017-03-21 23:35:13 +01:00
.detail-image img {
max-width: 100%; }
.detail-image a {
display: block;
text-align: center; }
#detail-attributes {
max-width: 1024px;
margin: auto; }