diff options
Diffstat (limited to 'data')
-rwxr-xr-x | data/style.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/data/style.css b/data/style.css index 6e3ad39..12e3a49 100755 --- a/data/style.css +++ b/data/style.css @@ -10,6 +10,12 @@ a { display: inline; } +img { + max-width: 100%; + max-height: 100%; + display: block; /* remove extra space below image */ +} + body { color: #ffffff; background: #111; |