docs: new zitadel logo assets, img height in readme (#612)

* fix: zitadel logo, header padding in docs

* zitadel logo height

* Update README.md

* Update README.md

* use png

* smaller

* Update README.md

* Update README.md

* Update README.md

* Update README.md
This commit is contained in:
Max Peintner
2020-08-20 22:18:53 +02:00
committed by GitHub
parent c36349f68f
commit 77575110bb
7 changed files with 16 additions and 106 deletions

View File

@@ -37,7 +37,7 @@
justify-content: space-between;
width: 100vw;
height: var(--nav-h);
padding: 0 3rem;
padding: 0 16px;
margin: 0 auto;
box-shadow: 0 -0.4rem 0.9rem 0.2rem rgba(0,0,0,.5);
z-index: 100;
@@ -56,7 +56,7 @@
left: 0;
width: 100vw;
height: var(--nav-h);
padding: 0 3rem 0 3rem;
padding: 0 16px 0 16px;
display: flex;
align-items: center;
background-color: transparent;
@@ -90,6 +90,7 @@
color: inherit;
border-bottom: none;
transition: none;
padding: 0;
}
@media (min-width: 400px) {
@@ -99,7 +100,9 @@
}
a img {
max-height: 40px;
width: 160px;
max-height: 45px;
padding: 0;
}
.switcher-wrapper {

View File

@@ -18,7 +18,7 @@
}
</style>
<Nav {segment} title="{manifest.name}" logo="logos/zitadel-logo-oneline-darkdesign.svg"></Nav>
<Nav {segment} title="{manifest.name}" logo="logos/zitadel-logo-light.svg"></Nav>
<main>
<slot />