summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--index.html2
-rw-r--r--style.css5
2 files changed, 6 insertions, 1 deletions
diff --git a/index.html b/index.html
index d993654..eba986f 100644
--- a/index.html
+++ b/index.html
@@ -78,7 +78,7 @@
</div>
<div class="ico">
<div class="entry-dot"></div>
- <img src="assets/schools/mtl.png" max-width=78 max-height=78 alt="MTLSD" />
+ <img src="assets/schools/mtl.png" width=78 height=78 alt="MTLSD" class="responsive-image" />
</div>
<div class="desc">
Mount Lebanon High School -- Pittsburgh PA
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;