forked from cadey/xesite
make all sizing relative
This commit is contained in:
parent
91bbbc8616
commit
e7436e7653
|
@ -44,7 +44,6 @@
|
|||
|
||||
img {
|
||||
max-width: 100%;
|
||||
max-height: 100%;
|
||||
}
|
||||
</style>
|
||||
{{ template "styles" . }}
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue