logo header
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
|
||||
.header_top_left_container{
|
||||
a[rel~="home"]{
|
||||
display: none;
|
||||
// display: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -262,10 +262,15 @@
|
||||
display: none;
|
||||
}
|
||||
.paragraph{
|
||||
display: block !important;
|
||||
display: grid;
|
||||
grid-template-columns: auto 1fr;
|
||||
.field_nom{
|
||||
grid-column: 2;
|
||||
grid-row: 1;
|
||||
padding-left: .3rem;
|
||||
display: inline-block;
|
||||
width: auto;
|
||||
font-weight: 500;
|
||||
>div:first-child{
|
||||
display: none;
|
||||
}
|
||||
@@ -275,7 +280,10 @@
|
||||
}
|
||||
}
|
||||
.field_prenom{
|
||||
grid-column: 1;
|
||||
grid-row: 1;
|
||||
display: inline-block;
|
||||
font-weight: 500;
|
||||
>div:first-child{
|
||||
display: none;
|
||||
}
|
||||
@@ -285,6 +293,7 @@
|
||||
}
|
||||
}
|
||||
.field_fonction{
|
||||
grid-column: 1 / span 2;
|
||||
>div:first-child{
|
||||
display: none;
|
||||
}
|
||||
|
Reference in New Issue
Block a user