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

Décalage theme par défaut #171

Closed
Pluxopolis opened this issue Apr 4, 2016 · 0 comments
Closed

Décalage theme par défaut #171

Pluxopolis opened this issue Apr 4, 2016 · 0 comments

Comments

@Pluxopolis
Copy link

Si une couleur de fond est appliqué sur la balise body, un décalage à gauche et à droite apparait au niveau de la barre des menus. Pour palier au problème, dans le fichier theme.css

remplacer

.main {
    background-color: #fff;
    margin-bottom: 2rem;
}

par

.main {
    background-color: #fff;
    margin: 0 0 2rem 0;
}

pour voir le décalage, ajouter dans theme.css

body {
    background-color: red;
}
@pluxml pluxml closed this as completed in db22104 May 9, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant