diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2023-10-30 14:15:47 +0100 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2023-10-30 14:15:47 +0100 |
| commit | 5dbfb0ecec4d45c39bbfe292d8084e2e8e1910c2 (patch) | |
| tree | 5d74c59229d3ca0dd515d411305d10bad10400ce /templates | |
| parent | ef93a0e32c06b3133884c17c5d5265ac0e138f6e (diff) | |
| download | mitjafelicijan.com-5dbfb0ecec4d45c39bbfe292d8084e2e8e1910c2.tar.gz | |
Made the side more retro!
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/base.html | 10 | ||||
| -rw-r--r-- | templates/index.html | 8 | ||||
| -rw-r--r-- | templates/vault.md | 2 |
3 files changed, 9 insertions, 11 deletions
diff --git a/templates/base.html b/templates/base.html index d8a1d9b..104c145 100644 --- a/templates/base.html +++ b/templates/base.html | |||
| @@ -16,13 +16,12 @@ | |||
| 16 | 16 | ||
| 17 | <style> | 17 | <style> |
| 18 | body { | 18 | body { |
| 19 | padding: 1rem; | 19 | padding: 2.5rem; |
| 20 | max-width: 760px; | 20 | max-width: 1900px; |
| 21 | background: white; | 21 | background: white; |
| 22 | font-family: sans-serif; | 22 | font-family: sans-serif; |
| 23 | line-height: 1.35rem; | 23 | line-height: 1.35rem; |
| 24 | font-size: 16px; | 24 | font-size: 16px; |
| 25 | margin: 0 auto; | ||
| 26 | } | 25 | } |
| 27 | 26 | ||
| 28 | hr { | 27 | hr { |
| @@ -47,7 +46,6 @@ | |||
| 47 | 46 | ||
| 48 | table { | 47 | table { |
| 49 | max-width: 100%; | 48 | max-width: 100%; |
| 50 | width: 100%; | ||
| 51 | border-collapse: separate; | 49 | border-collapse: separate; |
| 52 | border-spacing: 2px; | 50 | border-spacing: 2px; |
| 53 | border: 1px solid black; | 51 | border: 1px solid black; |
| @@ -120,7 +118,7 @@ | |||
| 120 | header { | 118 | header { |
| 121 | display: flex; | 119 | display: flex; |
| 122 | flex-direction: row; | 120 | flex-direction: row; |
| 123 | gap: 3rem; | 121 | gap: 6rem; |
| 124 | } | 122 | } |
| 125 | 123 | ||
| 126 | nav { | 124 | nav { |
| @@ -129,7 +127,7 @@ | |||
| 129 | } | 127 | } |
| 130 | 128 | ||
| 131 | nav.main { | 129 | nav.main { |
| 132 | flex-grow: 1; | 130 | /* flex-grow: 1; */ |
| 133 | } | 131 | } |
| 134 | 132 | ||
| 135 | .pstatus-orange { | 133 | .pstatus-orange { |
diff --git a/templates/index.html b/templates/index.html index 6a9efd0..aa5bde2 100644 --- a/templates/index.html +++ b/templates/index.html | |||
| @@ -2,10 +2,10 @@ | |||
| 2 | 2 | ||
| 3 | {{ define "add-navigation" }} | 3 | {{ define "add-navigation" }} |
| 4 | <nav class="additional"> | 4 | <nav class="additional"> |
| 5 | <a href="#current">current</a> | 5 | <a href="#current">Current</a> |
| 6 | <a href="#posts">posts</a> | 6 | <a href="#posts">Posts</a> |
| 7 | <a href="#notes">notes</a> | 7 | <a href="#notes">Notes</a> |
| 8 | <a href="#sideprojects">side projects</a> | 8 | <a href="#sideprojects">Side projects</a> |
| 9 | </nav> | 9 | </nav> |
| 10 | {{ end }} | 10 | {{ end }} |
| 11 | 11 | ||
diff --git a/templates/vault.md b/templates/vault.md index 6bccfea..666a247 100644 --- a/templates/vault.md +++ b/templates/vault.md | |||
| @@ -6,7 +6,7 @@ type: page | |||
| 6 | draft: false | 6 | draft: false |
| 7 | --- | 7 | --- |
| 8 | 8 | ||
| 9 | ## Hi traveler! | 9 | **Hi traveler!** |
| 10 | 10 | ||
| 11 | This is a repository of interesting things I have gathered over time and it also | 11 | This is a repository of interesting things I have gathered over time and it also |
| 12 | stores binaries etc of my personal projects. | 12 | stores binaries etc of my personal projects. |
