diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2014-05-08 17:39:06 +0100 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2014-05-08 17:39:06 +0100 |
commit | 1e1fbb3dd9621d20fc41c30f6f8fb140d3a341c3 (patch) | |
tree | ff985e3b03b0bd295d3d187718e44a7f274bed16 | |
parent | 99be5c1daca7545f2f07a851d1c580d7b2a7f8f5 (diff) | |
download | website-1e1fbb3dd9621d20fc41c30f6f8fb140d3a341c3.tar.xz |
Yes.
-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; } |