peritext / ovide

🦋 an experimental writing and publishing application for materials-based composition
https://peritext.github.io/ovide
GNU Affero General Public License v3.0
24 stars 3 forks source link

Improve footnotes calls styling #76

Open robindemourat opened 4 years ago

robindemourat commented 4 years ago

They are too large.

Possible fix:

.content sup{
  max-width: 1rem;
  display: inline-block;
}