Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
style.css 28 KiB
Newer Older
main footer {
peter_rabbit's avatar
peter_rabbit committed
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-direction: column;
  width: 100%;
peter_rabbit's avatar
peter_rabbit committed
  background-image: url("/assets/images/wallpaper_binary.png");
peter_rabbit's avatar
peter_rabbit committed
  padding: 40px 20px;
peter_rabbit's avatar
peter_rabbit committed
  gap: 20px;
  font-size: 12px;
}
main footer span {
  color: #96a5ae;
peter_rabbit's avatar
peter_rabbit committed
  text-align: center;
peter_rabbit's avatar
peter_rabbit committed
}
main footer .logo {
  display: flex;
  justify-content: center;
  align-items: center;
peter_rabbit's avatar
peter_rabbit committed
  flex-direction: row;
peter_rabbit's avatar
peter_rabbit committed
  gap: 10px;
}
main footer .logo img {
  width: 35px;
}
main footer .logo img.text-logo {
  width: 100px;
peter_rabbit's avatar
peter_rabbit committed

/*# sourceMappingURL=style.css.map */