diff options
-rw-r--r-- | layouts/index.html | 1 | ||||
-rw-r--r-- | themes/xmin/static/css/style.css | 3 |
2 files changed, 0 insertions, 4 deletions
diff --git a/layouts/index.html b/layouts/index.html index ad04a63..3fe80e9 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -1,6 +1,5 @@ {{ define "main" -}} <main class="h-card"> - <img height="128" width="128" class="u-photo" src="/img/me-thumb.jpg" alt="photo of me" /> <h1 class="p-name">Alan Pearce</h1> {{ .Content }} <section> diff --git a/themes/xmin/static/css/style.css b/themes/xmin/static/css/style.css index d8bf127..efa871e 100644 --- a/themes/xmin/static/css/style.css +++ b/themes/xmin/static/css/style.css @@ -5,9 +5,6 @@ body { max-width: 800px; padding: 1em; } -.u-photo { - float:right; -} /* header and footer areas */ nav > ul { padding: 0; } |