make all sizing relative

This commit is contained in:
Cadey Ratio 2017-05-20 18:07:30 -07:00
parent 91bbbc8616
commit e7436e7653
2 changed files with 1 additions and 2 deletions

View File

@ -44,7 +44,6 @@
img {
max-width: 100%;
max-height: 100%;
}
</style>
{{ template "styles" . }}

View File

@ -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>