diff options
Diffstat (limited to 'app/static')
-rw-r--r-- | app/static/style.css | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/app/static/style.css b/app/static/style.css index 57d5199..712b045 100644 --- a/app/static/style.css +++ b/app/static/style.css @@ -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; |