diff options
author | Blaise Thompson <blaise@untzag.com> | 2020-12-08 20:04:08 -0600 |
---|---|---|
committer | Blaise Thompson <blaise@untzag.com> | 2020-12-08 20:04:08 -0600 |
commit | 6f26b933e68a7b209a1f32af61103fd2f552a3e8 (patch) | |
tree | f0d58112c524d28e61df9d115c1ff5b5d02c8b41 /templates | |
parent | 860fce03cf1efccca8fe6378b952dc4bde51d31e (diff) |
mug-holder
Diffstat (limited to 'templates')
-rw-r--r-- | templates/style.css | 14 |
1 files changed, 14 insertions, 0 deletions
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%; +} |