Retiré logo menu écran étroit, bordures
This commit is contained in:
parent
48687b14e7
commit
99f4ab27e2
2 changed files with 3 additions and 13 deletions
|
@ -79,15 +79,12 @@ header {
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
border-left: 2px solid $violet;
|
border-right: 2px solid $violet;
|
||||||
|
border-bottom: 2px solid $violet;
|
||||||
|
border-bottom-right-radius: 6px;
|
||||||
list-style: none;
|
list-style: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.header-menu-phone-logo {
|
|
||||||
max-width: 100%;
|
|
||||||
width: 256px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.hamburger-menu {
|
.hamburger-menu {
|
||||||
font-size: 150%;
|
font-size: 150%;
|
||||||
margin: 0.25em;
|
margin: 0.25em;
|
||||||
|
|
|
@ -39,13 +39,6 @@
|
||||||
<details class="phone-only hamburger-menu">
|
<details class="phone-only hamburger-menu">
|
||||||
<summary aria-label="Menu" title="Menu">☰</summary>
|
<summary aria-label="Menu" title="Menu">☰</summary>
|
||||||
<ul class="header-menu-phone">
|
<ul class="header-menu-phone">
|
||||||
<li aria-hidden>
|
|
||||||
<picture>
|
|
||||||
<source srcset="/img/logo-stencil-white.svg" media="(prefers-color-scheme: dark)"/>
|
|
||||||
<source srcset="/img/logo-stencil-black.svg" media="(prefers-color-scheme: light)"/>
|
|
||||||
<img class="header-menu-phone-logo" decoding="async" src="/img/logo-stencil-black.svg" alt="Librezo"/>
|
|
||||||
</picture>
|
|
||||||
</li>
|
|
||||||
<li><a href="/fonctionnement/">Fonctionnement</a></li>
|
<li><a href="/fonctionnement/">Fonctionnement</a></li>
|
||||||
<li><a href="/services/">Services et tarifs</a></li>
|
<li><a href="/services/">Services et tarifs</a></li>
|
||||||
<li><a href="/qui-sommes-nous/">Qui sommes-nous</a></li>
|
<li><a href="/qui-sommes-nous/">Qui sommes-nous</a></li>
|
||||||
|
|
Loading…
Reference in a new issue