diff options
| author | Philipp Geyer <philipp@geyer.co.uk> | 2022-01-31 21:09:42 +0000 |
|---|---|---|
| committer | Philipp Geyer <philipp@geyer.co.uk> | 2022-01-31 21:09:42 +0000 |
| commit | 105e750bda6f857a51ccd5bf4ef9f24ff8d3ee9c (patch) | |
| tree | a1218db0fe6fa9aa57f2165f6532598f7a8abf7b | |
| parent | 55459c5a3e0b08b845da02e3b86811a3c711e3b0 (diff) | |
removing numbering from CV index
| -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; |
