aboutsummaryrefslogtreecommitdiff
path: root/css/image.css
diff options
context:
space:
mode:
Diffstat (limited to 'css/image.css')
-rw-r--r--css/image.css16
1 files changed, 16 insertions, 0 deletions
diff --git a/css/image.css b/css/image.css
new file mode 100644
index 0000000..d354ab9
--- /dev/null
+++ b/css/image.css
@@ -0,0 +1,16 @@
+.image,
+.image img {
+ width: 100%;
+ max-width: 500px;
+}
+
+.image {
+ margin: 0 auto var(--page-margins) auto;
+}
+
+.image p {
+ text-align: left;
+ opacity: .8;
+ font-style: italic;
+ margin-top: 12px;
+}