Compare commits

..

2 Commits

Author SHA1 Message Date
63d4122322 Added: posts page 2024-02-08 09:13:08 +01:00
5090214128 Fixes: body padding 2024-02-08 09:12:18 +01:00
2 changed files with 4 additions and 3 deletions

@ -16,7 +16,8 @@ smart_punctuation = true
git = "https://git.filiprojek.cz/fr/website" git = "https://git.filiprojek.cz/fr/website"
nav_items = [ nav_items = [
{name="Home", path="/"}, {name="Home", path="/"},
#{name="About", path="/about"}, {name="About", path="/about"},
#{name="Projects", path="/projects/"}, {name="Projects", path="/projects/"},
{name="Posts", path="/posts"}
] ]

@ -1,7 +1,7 @@
.content { .content {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
margin: 2rem 8rem; margin: 2rem 20%;
} }
.content { .content {