From 6f26b933e68a7b209a1f32af61103fd2f552a3e8 Mon Sep 17 00:00:00 2001 From: Blaise Thompson Date: Tue, 8 Dec 2020 20:04:08 -0600 Subject: mug-holder --- public/style.css | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'public/style.css') diff --git a/public/style.css b/public/style.css index b010808..5a0603d 100644 --- a/public/style.css +++ b/public/style.css @@ -36,4 +36,18 @@ pre { code { background: #111314; color: #de935f +} + +figure { + width: 100%; + margin: 0px auto; + margin-bottom: 1em; +} + +audio { + width: 100%; +} + +img { + width: 100%; } \ No newline at end of file -- cgit v1.2.3