symbols on grid

This commit is contained in:
Julie Blanc 2026-03-16 10:44:16 +01:00
parent 512d62e5df
commit 1c1a2b0a93
4 changed files with 6 additions and 2 deletions

View file

@ -58,7 +58,7 @@ h3, h4{
.decor-h3_small div{
position: relative;
top: calc(var(--baseline)*-2);
top: calc(var(--baseline)*-1.5);
}
.decor-h3_big{
@ -69,5 +69,5 @@ h3, h4{
.decor-h3_big div{
position: relative;
top: calc(var(--baseline) * -3 - 9px);
top: calc(var(--baseline) * -2.5 - 9px);
}