summaryrefslogtreecommitdiff
path: root/public/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'public/style.css')
-rw-r--r--public/style.css12
1 files changed, 12 insertions, 0 deletions
diff --git a/public/style.css b/public/style.css
index c0fb979..3876837 100644
--- a/public/style.css
+++ b/public/style.css
@@ -30,3 +30,15 @@ th, td {
margin-right: auto;
width: 50%;
}
+
+figure {
+ float: right;
+ width: 100%;
+ margin: 0px auto;
+ margin-top: 1em;
+ margin-bottom: 1em;
+}
+
+img {
+ width: 100%;
+}