summaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorBlaise Thompson <blaise@untzag.com>2020-12-08 20:04:08 -0600
committerBlaise Thompson <blaise@untzag.com>2020-12-08 20:04:08 -0600
commit6f26b933e68a7b209a1f32af61103fd2f552a3e8 (patch)
treef0d58112c524d28e61df9d115c1ff5b5d02c8b41 /public
parent860fce03cf1efccca8fe6378b952dc4bde51d31e (diff)
mug-holder
Diffstat (limited to 'public')
-rw-r--r--public/style.css14
1 files changed, 14 insertions, 0 deletions
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