summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Lemon <matt@matthewlemon.com>2022-07-25 21:12:16 +0100
committerMatthew Lemon <matt@matthewlemon.com>2022-07-25 21:12:16 +0100
commit49c437566b07352652a75c54597f3d5d40df226f (patch)
tree26c3e7c33e63ffa2e2370fe0076926deef1f6f78
parent0c81b8cd8dbe434852032ca44a45bde9c9dcb1c8 (diff)
dynamic img
-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;