Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Floating references #361

Open
robindemourat opened this issue Jun 21, 2022 · 1 comment
Open

Floating references #361

robindemourat opened this issue Jun 21, 2022 · 1 comment
Labels

Comments

@robindemourat
Copy link
Member

Je voudrais remonter un bug d'affichage sur une référence "en l'air" : Le "(Cautrès & Muxel, 2019)" dans la marge..
Aucune manipulation particulière de ma part. J'ai tenté de supprimer la référence "correcte" mais sans impact sur ce qui semble être un effet de bord.

cautres

Meta: Olivier EMDH 2022

@robindemourat
Copy link
Member Author

.content-atomic-container cite {
  margin-left: 25%;
  margin-right: 25%;
  font-size: 1rem;
}
@media screen and (max-width: 700px) {
  .content-atomic-container cite {
    margin-left: 4rem;
    margin-right: 4rem;
  }
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant