Skip to content

Instantly share code, notes, and snippets.

@jhouedanou
Created January 10, 2022 14:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jhouedanou/61ea88ee43e3add1d4b332ce9c75a3ea to your computer and use it in GitHub Desktop.
Save jhouedanou/61ea88ee43e3add1d4b332ce9c75a3ea to your computer and use it in GitHub Desktop.
centrer le logo
.LogoImage-container {
align-items: center !important;
position: absolute !important;
left: 0 !important;
right: 0 !important;
z-index: 0 !important;
}
.navbar button{
z-index:10}
.LogoImage-container .LogoImage {
position: absolute !important;
left: 0 !important;
right: 0 !important;
top: 0 !important;
bottom: 0 !important;
margin: 0 auto !important;
}
.Background-container{
width: 100% !important;
min-height: 100vh !important;
background-position: center top !important;
background-size: cover !important;
background-attachment: fixed !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment