yenu/resources/scss/screen.scss

24 lines
278 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;
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-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%;
}
a {
display: block;
text-align: center;
}
}