Compare commits
No commits in common. "63d4122322eaa58edd3183478053affa3efc551a" and "1e9475e80688776df8d8e4790c540211486ca375" have entirely different histories.
63d4122322
...
1e9475e806
@ -16,8 +16,7 @@ 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 20%;
|
margin: 2rem 8rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.content {
|
.content {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user