Add screenshot support

Fixes #21
This commit is contained in:
rubenwardy
2018-03-26 10:52:25 +01:00
parent 4b7bf9d778
commit c19f93e36d
6 changed files with 127 additions and 16 deletions

View File

@@ -10,6 +10,28 @@ h1 {
text-align: center;
}
.screenshot_list, .screenshot_list li, .screenshot_list li a {
list-style: none;
margin: 0;
padding: 0;
}
.screenshot_list li {
display: inline-block;
margin: 5px;
padding: 0;
}
.screenshot_list li a {
display: block;
}
.screenshot_list img {
width: 164px;
height: 164px;
object-fit: cover;
}
h2, h3 {
margin: 5px 0;