STYLE Adapting footnote size
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Antoine M 2025-09-04 17:52:11 +02:00
parent d1959de540
commit 31a42761bd

View File

@ -9,14 +9,14 @@ body {
&::after { &::after {
background-color: var(--wp--preset--color--primary); background-color: var(--wp--preset--color--primary);
color: #fff; color: #fff;
width: 30px; width: 22px;
height: 30px; height: 22px;
border-radius: 50%; border-radius: 50%;
content: counter(footnote-index); content: counter(footnote-index);
display: inline-flex; display: inline-flex;
justify-content: center; justify-content: center;
align-items: center; align-items: center;
font-size: 16px !important; font-size: 11px !important;
font-weight: 600; font-weight: 600;
margin-left: 3px; margin-left: 3px;
margin-right: 3px; margin-right: 3px;