summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css6
1 files changed, 5 insertions, 1 deletions
diff --git a/style.css b/style.css
index ca83c4b..78a688e 100644
--- a/style.css
+++ b/style.css
@@ -14,10 +14,14 @@ h1 {
}
img {
border: 0;
- width: 100%;
+ max-width: 100%;
margin-top: 1em;
margin-bottom: 1em;
}
+figure {
+ text-align: center;
+ margin: 1em;
+}
.date {
font-style: italic;
float: right;