diff options
Diffstat (limited to 'public')
-rw-r--r-- | public/style.css | 14 |
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 |