From 6f26b933e68a7b209a1f32af61103fd2f552a3e8 Mon Sep 17 00:00:00 2001 From: Blaise Thompson Date: Tue, 8 Dec 2020 20:04:08 -0600 Subject: mug-holder --- templates/style.css | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'templates') diff --git a/templates/style.css b/templates/style.css index 71d74d5..e67f360 100644 --- a/templates/style.css +++ b/templates/style.css @@ -37,3 +37,17 @@ code { background: #111314; color: #de935f } + +figure { + width: 100%; + margin: 0px auto; + margin-bottom: 1em; +} + +audio { + width: 100%; +} + +img { + width: 100%; +} -- cgit v1.2.3