From a0fece0d455705bd8f3dc2aa484ca4ae12c42c3b Mon Sep 17 00:00:00 2001 From: Blaise Thompson Date: Sat, 30 Nov 2019 12:00:08 -0600 Subject: 2019-11-30 12:00 --- public/style.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'public/style.css') 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%; +} -- cgit v1.2.3