petites retouches entêtes/logo

This commit is contained in:
chankalan 2022-02-18 15:19:23 +01:00
parent 6095ae6d6a
commit c387bb4dae
1 changed files with 5 additions and 2 deletions

View File

@ -34,9 +34,12 @@ span.btn {
}
.header_title {
width: 160px;
width: 150px;
padding: 0.5rem 0.5em 0.2rem;
background: $couleurSecondaire;
@media (max-width:400px) {
margin-left: -1.2em;
}
}
.header_menu {
flex-grow: 2;
@ -188,7 +191,7 @@ span.btn {
background-color: $couleurSecondaire;
/* font-size: 1.2rem; */
border-radius: 50%;
margin: 0.8em 0.8em 0;
margin: 0.8em 0.8em 0.5em;
}
&:focus, &:active, &:hover {
background: none !important;