forked from cadey/xesite
make all sizing relative
This commit is contained in:
parent
91bbbc8616
commit
e7436e7653
|
@ -44,7 +44,6 @@
|
||||||
|
|
||||||
img {
|
img {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
max-height: 100%;
|
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
{{ template "styles" . }}
|
{{ template "styles" . }}
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
{{ define "content" }}
|
{{ define "content" }}
|
||||||
<div class="grid">
|
<div class="grid">
|
||||||
<div class="cell -3of12 content">
|
<div class="cell -3of12 content">
|
||||||
<img src="/static/img/avatar.png" width="192px">
|
<img src="/static/img/avatar.png">
|
||||||
<br />
|
<br />
|
||||||
<a href="/contact" class="justify-content-center">Contact Me</a>
|
<a href="/contact" class="justify-content-center">Contact Me</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue