back-cover.css 532 B

123456789101112131415161718192021222324252627
  1. .last-page {
  2. /* background-image: url(../../assets/bruit_couv.png), linear-gradient(to left,
  3. #95a358 0%,
  4. #9ca151 14%,
  5. #a59d4a 28%,
  6. #af9944 42%,
  7. #b8963d 57%,
  8. #c19238 71%,
  9. #cb8e31 85%); */
  10. display: flex;
  11. justify-content: center;
  12. align-items: center;
  13. }
  14. .last-page .has-children div h3,
  15. .last-page .has-children div div {
  16. display: none;
  17. }
  18. .last-page .has-children div p {
  19. width: 75%;
  20. padding-bottom: 20mm;
  21. font-size: 11pt;
  22. color: white;
  23. line-height: 1.5;
  24. }