eurelien-cd28: align title pictogram on text (#73559)

This commit is contained in:
Corentin Sechet 2023-01-18 14:43:31 +01:00 committed by Gitea
parent 3b86fdbb16
commit 78e4ca257b
1 changed files with 2 additions and 2 deletions

View File

@ -41,7 +41,7 @@
left: 0;
bottom: 0;
width: 2.5em;
height: 1em;
height: 0.75em;
display: block;
content: "";
background: url("img/title-img-yellow.svg");
@ -53,7 +53,7 @@
padding-bottom: 0;
&::before {
bottom: auto;
top: 0.8em;
top: 1em;
}
}
}