20 lines
236 B
SCSS
20 lines
236 B
SCSS
#content {
|
|
margin-top: 20px;
|
|
}
|
|
|
|
.thumbnail-image {
|
|
display: block;
|
|
margin: 10px;
|
|
border: 1px solid #ccc;
|
|
float: left;
|
|
}
|
|
|
|
.detail-image {
|
|
img {
|
|
max-width: 100%;
|
|
}
|
|
a {
|
|
display: block;
|
|
text-align: center;
|
|
}
|
|
}
|