aboutsummaryrefslogtreecommitdiff
path: root/templates/index.html
diff options
context:
space:
mode:
authorChristine Dodrill <me@christine.website>2017-05-20 18:07:30 -0700
committerChristine Dodrill <me@christine.website>2017-05-20 18:07:30 -0700
commite7436e765303e53b5647eb514e5cf0d5843eaa37 (patch)
tree43045e92923c553bd15bd73cc738098845bd21f4 /templates/index.html
parent91bbbc861679204e5c41393cd9903cad4b477f4a (diff)
downloadxesite-e7436e765303e53b5647eb514e5cf0d5843eaa37.tar.xz
xesite-e7436e765303e53b5647eb514e5cf0d5843eaa37.zip
make all sizing relative
Diffstat (limited to 'templates/index.html')
-rw-r--r--templates/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/index.html b/templates/index.html
index 5bff551..9043e5f 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -3,7 +3,7 @@
{{ define "content" }}
<div class="grid">
<div class="cell -3of12 content">
- <img src="/static/img/avatar.png" width="192px">
+ <img src="/static/img/avatar.png">
<br />
<a href="/contact" class="justify-content-center">Contact Me</a>
</div>