center align nav link

master
Tomáš Mládek 2021-03-06 11:41:06 +01:00
parent 7e23b8b210
commit cf2be7d7a2
1 changed files with 4 additions and 0 deletions

View File

@ -93,6 +93,10 @@ aside h1 {
}
}
nav h1 {
text-align: center;
}
nav h1 a {
color: black;
}