diff options
author | Marc Coquand <marc@mccd.space> | 2023-12-14 21:33:31 -0600 |
---|---|---|
committer | Marc Coquand <marc@mccd.space> | 2023-12-14 21:33:31 -0600 |
commit | 05a622fe5161b2bc6cbed1adfc1ec952583b7583 (patch) | |
tree | 8b0f5153efaa3218640f7e6fda7f8e0e1b4a8afb /index.njk | |
parent | 1eda7f70b2fe68532cb99843e315a2ad914b081b (diff) | |
download | mccd.space-05a622fe5161b2bc6cbed1adfc1ec952583b7583.tar.gz mccd.space-05a622fe5161b2bc6cbed1adfc1ec952583b7583.tar.bz2 mccd.space-05a622fe5161b2bc6cbed1adfc1ec952583b7583.zip |
More styling
Diffstat (limited to '')
-rw-r--r-- | index.njk | 16 |
1 files changed, 8 insertions, 8 deletions
@@ -11,16 +11,11 @@ <title>߸</title> </head> -<div style="margin-top: 1.2rem; display: flex; flex-direction: column;" class=""> +<div style="display: flex; flex-direction: column;" class=""> <div class="side-margin"> - <p class="code" style="color: black; align-self: center; font-size:18px; margin-bottom: 6px;font-weight: 700">mccd ߸</p> + <p class="code" style="color: black; font-size:24px; margin-bottom: 6px;font-weight: 700">mccd ߸</p> </div> - <div class="front-text side-margin" style="display: flex; margin-bottom: 6px; align-items: center; font-size: 12px;"> - <a class="link" style="margin-right: 0.5rem;" href="https://fosstodon.org/@marcc">mastodon</a> - <a class="link" style="margin-right: 0.5rem;" href="/feed.xml">rss</a> - <a class="link" style="margin-right: 0.5rem;" href="https://git.mccd.space">git</a> - </div> - <div class="side-margin code" style="font-size: 12px; margin-bottom: 18px; line-height:1.3; "> + <div class="side-margin code" style="font-size: 12px; margin-bottom: 6px; line-height:1.3; "> <p style="margin:0">pub   rsa4096 2023-09-22 [SC]</p> <div style="display: flex; gap: 8px;"> <a style="color:grey" href="/assets/public-key.asc" style="margin:0; ">2F30</a> @@ -36,6 +31,11 @@ </div> <p style="margin:0">uid              Marc  Coquand  <<a style="color:grey" href="mailto:marc@mccd.space">marc@mccd.space</a>></p> </div> + <div class="front-text side-margin" style="display: flex; margin-bottom: 6px; align-items: center; font-size: 12px;"> + <a class="link" style="margin-right: 0.5rem;" href="https://fosstodon.org/@marcc">mastodon</a> + <a class="link" style="margin-right: 0.5rem;" href="/feed.xml">rss</a> + <a class="link" style="margin-right: 0.5rem;" href="https://git.mccd.space">git</a> + </div> <h2 class="side-margin" style="font-size: 26px">Posts</h2> {% for post in collections.post | reverse %} <div class="side-margin"> |