PUBLISH: link home from the logo rather than a home link
This commit is contained in:
parent
fae290a18d
commit
4ac895b0b1
34 changed files with 380 additions and 331 deletions
|
|
@ -245,6 +245,15 @@ a:hover {
|
|||
.unstyled-list {
|
||||
list-style: none;
|
||||
}
|
||||
.unstyled-link {
|
||||
unset: all;
|
||||
color: inherit;
|
||||
text-decoration: none;
|
||||
}
|
||||
.unstyled-link:hover {
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
.navbar {
|
||||
display: flex;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue