diff options
Diffstat (limited to 'assets/global/global.css')
-rw-r--r-- | assets/global/global.css | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/assets/global/global.css b/assets/global/global.css index e96050d..42b91c5 100644 --- a/assets/global/global.css +++ b/assets/global/global.css @@ -5,4 +5,15 @@ body { a.external::before { content: "⧉ "; +} + +ul.medialist { + max-width: 400px; + width: 100%; + list-style: none; + padding: 0; +} + +.medialist img { + width: 100%; }
\ No newline at end of file |