diff options
Diffstat (limited to 'static')
-rw-r--r-- | static/css/style.css | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/static/css/style.css b/static/css/style.css index 1fb89b7..62a40a8 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -31,7 +31,7 @@ hr.new1 { } figcaption { - font-size: 0.69em; + font-size: 0.75em; } /* img { */ @@ -41,6 +41,11 @@ figcaption { /* width: 50%; */ /* } */ +img { + width: 100%; + height: auto +} + table, tr { border: 1px solid black; padding: 1px; |