diff --git a/layouts/index.html b/layouts/index.html index 2816d843..39897299 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -1,7 +1,7 @@ {{ define "main" }}
{{ end }} \ No newline at end of file diff --git a/static/style.css b/static/style.css index 237390ae..5a0cc72c 100644 --- a/static/style.css +++ b/static/style.css @@ -204,7 +204,7 @@ body { font-family: "Open Sans", sans-serif; font-weight: 300; font-size: 24px; - line-height: 1.5; + line-height: 1.5em; } a { @@ -257,20 +257,31 @@ div#home sup { @media screen and (max-width: 800px) { body { - font-size: 18px; + font-size: 16px; } div#home img#me { - width: 80px; - height: 80px; + width: 75px; + height: 75px; + padding: 2px; } div#home h1 { - font-size: 130%; + font-size: 1.35em; } div#home h2 { - font-size: 100%; + font-size: 1.1em; + line-height: 1.4em; + } + + div#home p { + font-size: 1.1em; + line-height: 1.5em; + } + + div#home span#wave { + font-size: 16px; } div#home div#footer div#panda {