Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/EmielH/hallo-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLouise de Beaufort <github@ltch.fr>2019-04-14 17:56:40 +0300
committerEmiel Hollander <EmielH@users.noreply.github.com>2019-04-14 17:56:40 +0300
commitd92837df07fdf3bf8c927fd523036b3d2a0b1412 (patch)
tree7c06ba45671528c2596e721828c95193ee50f620 /layouts
parentf94296cbce8626fc781e1a13e795f5458ce61189 (diff)
Improve mobile view (#12)
The portrait and main title were misaligned on some mobile screens. They are now being automatically resized based on the viewport width.
Diffstat (limited to 'layouts')
-rw-r--r--layouts/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/index.html b/layouts/index.html
index 45bae03..3858c27 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -2,7 +2,7 @@
<main>
<div class="column left">
- <img src="images/portrait.jpg" width="300" height="300" class="portrait" alt="Portrait" />
+ <img src="images/portrait.jpg" class="portrait" alt="Portrait" />
</div>
<div class="column right">
{{- with .Param "greeting" -}}