diff options
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%; +} |