mirror of
https://github.com/codex-team/codex.docs.git
synced 2025-08-09 15:35:25 +02:00
fix: fix logo and menu items on header
This commit is contained in:
parent
88c36e6716
commit
7b2a8f0ff7
1 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
display: flex;
|
||||
justify-content: space-between;
|
||||
flex-shrink: 0;
|
||||
padding: 8px var(--layout-padding-horizontal);
|
||||
padding: 12px var(--layout-padding-horizontal);
|
||||
border-bottom: 1px solid var(--color-line-gray);
|
||||
font-size: 18px;
|
||||
flex-wrap: wrap;
|
||||
|
@ -17,20 +17,20 @@
|
|||
display: inline-block;
|
||||
text-decoration: none;
|
||||
align-self: center;
|
||||
line-height: 24px;
|
||||
}
|
||||
|
||||
&__logo {
|
||||
padding: 10px 0;
|
||||
padding: 4px 0;
|
||||
font-weight: bold;
|
||||
color: inherit;
|
||||
line-height: 21px;
|
||||
}
|
||||
|
||||
&__menu-link {
|
||||
padding: 4px 10px;
|
||||
line-height: 24px;
|
||||
font-weight: 500;
|
||||
border-radius: 8px;
|
||||
transition: background-color .3s;
|
||||
transition: background-color .13s;
|
||||
|
||||
&:hover {
|
||||
background-color: var(--color-link-hover);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue