summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/style.css b/style.css
index 2df04f1..76b89a8 100644
--- a/style.css
+++ b/style.css
@@ -8,6 +8,11 @@ body {
color: black;
}
+.responsive-image {
+ max-width: 100%;
+ height: auto;
+}
+
.container {
margin-left: auto;
margin-right: auto;