dsfr: restore size of login/register separator (#64570)

This commit is contained in:
Frédéric Péters 2022-04-26 14:58:34 +02:00
parent acabe7ff39
commit f728a1f16b
1 changed files with 5 additions and 0 deletions

View File

@ -153,6 +153,7 @@ div#header {
}
&:last-child {
border-left: 1px solid $grey-400;
margin-left: 15px;
padding-left: 15px;
}
}
@ -672,3 +673,7 @@ div#tracking-code h3 {
line-height: 1.75rem;
}
}
#toplinks a {
display: inline;
}