diff options
-rw-r--r-- | footer.html | 4 | ||||
-rw-r--r-- | main.css | 15 |
2 files changed, 12 insertions, 7 deletions
diff --git a/footer.html b/footer.html index 74a1d9d..2ae4f32 100644 --- a/footer.html +++ b/footer.html @@ -1,7 +1,9 @@ <footer> <p> Copyright © Johannes Löthberg 2014<br /> - PGP Key ID: 0x3A9D0BB5 + You can find me on: + <a href="https://plus.google.com/+JohannesLothberg?rel=author" rel="me">Google+</a> + <a href="mailto:johannes@kyriasis.com">Email</a> </p> <a id="emblem" href='http://www.catb.org/hacker-emblem/'> <img src='glider.png' alt='hacker emblem' /> @@ -12,8 +12,8 @@ body { display: flex; flex: 1; flex-direction: column; - margin: 0 0 100px; background-color: #F4F4F4; + margin: 0 0 100px; padding: 0 20px; font-size: 15px; font-family: Sans @@ -51,11 +51,11 @@ header nav ul { list-style: none; } -.about, -.contact { +#about, +#contact { padding-bottom: 1px; } -.blog {margin-bottom: -10px;} +#blog {margin-bottom: -10px;} .post-list ul { padding: 0 20px; @@ -83,9 +83,12 @@ footer { } footer p { position: absolute; + margin: 0 0 5px 15px; + padding: 0; + left: 0px; - bottom: 0; - font-size: 13px; + bottom: 0px; + font-size: 12px; font-weight: bold; color: #4D4D4D; } |