Actualiser main-site.scss
This commit is contained in:
parent
8ab5a54150
commit
9b034a90e8
1 changed files with 3 additions and 3 deletions
|
@ -119,6 +119,9 @@ header.header a.logo {
|
|||
display: inline-flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
::before{
|
||||
display: none!important;
|
||||
}
|
||||
}
|
||||
|
||||
header.header a.logo img {
|
||||
|
@ -129,9 +132,6 @@ header.header a.logo img {
|
|||
|
||||
header.header a.logo:hover {
|
||||
filter: brightness(80%);
|
||||
::before{
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
header.header ul.nav {
|
||||
|
|
Loading…
Reference in a new issue