summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorConnor Frank <conjfrnk@gmail.com>2024-04-16 01:48:22 +0000
committerConnor Frank <conjfrnk@gmail.com>2024-04-16 01:48:22 +0000
commita830840d0275919608dc53911a81f4b4d8acb736 (patch)
treeaefc639394b8d872e2f18b5cd127beb2e43c8925 /style.css
parent91467166c9f2f9771822984ff3cd94f675f29d9a (diff)
responsive image
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;