Add a link back to the ebook page to nav bar

This commit is contained in:
Robin Whittleton 2021-07-27 22:18:33 +02:00 committed by Alex Cabal
parent d6ea6855df
commit c6a0cfcd6f
2 changed files with 10 additions and 2 deletions

View file

@ -20,13 +20,21 @@ body > header{
body > header ul{
display: flex;
justify-content: space-between;
align-items: center;
list-style: none;
margin: 0;
padding: 0.5em 1em;
}
body > header li{
margin-left: 1.5em;
}
body > header li:first-child{
margin-left: 0;
margin-right: auto;
}
body > header li:first-child > a{
display: block;
width: 180px;