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 {
|
&::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;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user