petites retouches entêtes/logo
This commit is contained in:
parent
6095ae6d6a
commit
c387bb4dae
@ -34,9 +34,12 @@ span.btn {
|
|||||||
|
|
||||||
}
|
}
|
||||||
.header_title {
|
.header_title {
|
||||||
width: 160px;
|
width: 150px;
|
||||||
padding: 0.5rem 0.5em 0.2rem;
|
padding: 0.5rem 0.5em 0.2rem;
|
||||||
background: $couleurSecondaire;
|
background: $couleurSecondaire;
|
||||||
|
@media (max-width:400px) {
|
||||||
|
margin-left: -1.2em;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
.header_menu {
|
.header_menu {
|
||||||
flex-grow: 2;
|
flex-grow: 2;
|
||||||
@ -188,7 +191,7 @@ span.btn {
|
|||||||
background-color: $couleurSecondaire;
|
background-color: $couleurSecondaire;
|
||||||
/* font-size: 1.2rem; */
|
/* font-size: 1.2rem; */
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
margin: 0.8em 0.8em 0;
|
margin: 0.8em 0.8em 0.5em;
|
||||||
}
|
}
|
||||||
&:focus, &:active, &:hover {
|
&:focus, &:active, &:hover {
|
||||||
background: none !important;
|
background: none !important;
|
||||||
|
Loading…
Reference in New Issue
Block a user