summaryrefslogtreecommitdiffstats
path: root/static/css/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/css/style.css')
-rw-r--r--static/css/style.css7
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;