diff options
| -rw-r--r-- | cv/index.org | 2 | ||||
| -rw-r--r-- | theme/static/style.css | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/cv/index.org b/cv/index.org index 7f0183e..1be6e6c 100644 --- a/cv/index.org +++ b/cv/index.org @@ -1,6 +1,6 @@ #+TITLE: Experience #+SLUG: 00 -#+OPTIONS: toc:nil +#+OPTIONS: toc:nil num:nil My CV has a list of my previous experiences on it, but given the limited space, only very little can be said about them. So I decided diff --git a/theme/static/style.css b/theme/static/style.css index fc4576f..b62341e 100644 --- a/theme/static/style.css +++ b/theme/static/style.css @@ -171,7 +171,7 @@ footer { display: flex; justify-content: flex-end; flex-direction: column; - padding: 0px 0px 10px 0px; + padding: 0px 100px 70px 0px; background-position: center bottom; background-image: url("footer.png"); background-repeat: repeat-x; |
