Added navbar for blog templates. Also soft linked CV

This commit is contained in:
2020-05-30 20:39:33 +08:00
parent 89b11f7e3e
commit a1ecac1b53
3 changed files with 17 additions and 4 deletions

View File

@ -9,5 +9,7 @@ body {
h1,h2,h3 {
line-height:1.2;
}
.navbar {
display:flex;
justify-content: space-around;
}