yenu/resources/scss/screen.scss

21 lines
236 B
SCSS
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%;
}
a {
display: block;
text-align: center;
}
}