diff options
Diffstat (limited to '')
| -rw-r--r-- | themes/neonxp/assets/css/paper.css | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/themes/neonxp/assets/css/paper.css b/themes/neonxp/assets/css/paper.css index f75495e..35130ab 100644 --- a/themes/neonxp/assets/css/paper.css +++ b/themes/neonxp/assets/css/paper.css @@ -133,8 +133,12 @@ p { widows: 4; } +figure { + max-width: 800px; +} + figure img { - max-width: 600px; + width: 100%; } @media (max-width: 900px) { |
