mirror of
https://projects.blender.org/infrastructure/gitea-custom.git
synced 2024-12-22 07:13:09 -05:00
Navigation: match style with other developer websites
This commit is contained in:
parent
ab30857cc1
commit
1e19a1a3ac
1 changed files with 5 additions and 3 deletions
|
@ -162,12 +162,14 @@
|
|||
|
||||
/* Logo. */
|
||||
.nav-global a.nav-global-logo {
|
||||
margin-right: var(--nav-global-spacer-sm);
|
||||
margin-right: var(--nav-global-spacer);
|
||||
position: relative;
|
||||
top: 2px;
|
||||
}
|
||||
|
||||
.nav-global a.nav-global-logo strong {
|
||||
margin-inline: var(--nav-global-spacer-sm);
|
||||
font-size: 17px;
|
||||
font-size: 18px;
|
||||
}
|
||||
|
||||
.nav-global .nav-global-logo svg {
|
||||
|
@ -176,7 +178,7 @@
|
|||
|
||||
.nav-global a.nav-global-logo svg {
|
||||
position: relative;
|
||||
top: -3px;
|
||||
top: -4px;
|
||||
}
|
||||
|
||||
.nav-global svg {
|
||||
|
|
Loading…
Reference in a new issue