Nav: feste Höhe 72px, Logo 52px
This commit is contained in:
parent
7dae2cb1de
commit
0f88032293
1 changed files with 3 additions and 2 deletions
|
|
@ -108,7 +108,8 @@
|
|||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
padding: 1rem 2rem;
|
||||
height: 72px;
|
||||
padding: 0 2rem;
|
||||
border-bottom: 1px solid #f0f0f0;
|
||||
position: sticky;
|
||||
top: 0;
|
||||
|
|
@ -117,7 +118,7 @@
|
|||
}
|
||||
|
||||
.logo { display: flex; align-items: center; }
|
||||
.logo img { height: 160px; width: auto; }
|
||||
.logo img { height: 52px; width: auto; }
|
||||
|
||||
.btn-nav {
|
||||
padding: 0.5rem 1.25rem;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue