themes : use class 'site-nav' instead tag to select nav (#49976)

This commit is contained in:
Thomas Jund 2021-01-08 15:10:18 +01:00
parent d67c05fc7f
commit 6a39437ba5
2 changed files with 4 additions and 4 deletions

View File

@ -107,7 +107,7 @@ header {
}
}
nav {
.site-nav {
background-color: #dbdbdb;
border-bottom: 25px solid white;

View File

@ -28,7 +28,7 @@
}
/* ne pas afficher la navigation */
nav {
.site-nav {
display: none;
}
@ -205,7 +205,7 @@ body.page-template-landing_page {
}
}
#page nav::after {
#page .site-nav::after {
background-image: none;
display: none;
}
@ -246,7 +246,7 @@ body.page-template-landing_page {
#partners-text {
max-width: 600px;
text-align: center;
* {
maring: 0;
}