STYLE Adapting footnote size
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
d1959de540
commit
31a42761bd
|
|
@ -9,14 +9,14 @@ body {
|
|||
&::after {
|
||||
background-color: var(--wp--preset--color--primary);
|
||||
color: #fff;
|
||||
width: 30px;
|
||||
height: 30px;
|
||||
width: 22px;
|
||||
height: 22px;
|
||||
border-radius: 50%;
|
||||
content: counter(footnote-index);
|
||||
display: inline-flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
font-size: 16px !important;
|
||||
font-size: 11px !important;
|
||||
font-weight: 600;
|
||||
margin-left: 3px;
|
||||
margin-right: 3px;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user