diff options
| author | Christine Dodrill <me@christine.website> | 2017-05-20 18:07:30 -0700 |
|---|---|---|
| committer | Christine Dodrill <me@christine.website> | 2017-05-20 18:07:30 -0700 |
| commit | e7436e765303e53b5647eb514e5cf0d5843eaa37 (patch) | |
| tree | 43045e92923c553bd15bd73cc738098845bd21f4 /templates/index.html | |
| parent | 91bbbc861679204e5c41393cd9903cad4b477f4a (diff) | |
| download | xesite-e7436e765303e53b5647eb514e5cf0d5843eaa37.tar.xz xesite-e7436e765303e53b5647eb514e5cf0d5843eaa37.zip | |
make all sizing relative
Diffstat (limited to 'templates/index.html')
| -rw-r--r-- | templates/index.html | 2 |
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> |
