DetailGood.module.css 397 B

1234567891011121314151617181920212223
  1. .detailGood_wrapper {
  2. display: flex;
  3. align-items: center;
  4. justify-content: center;
  5. flex-direction: column;
  6. padding: 10px;
  7. padding-top: 60px;
  8. color: white;
  9. font-size: 24px;
  10. }
  11. .detailGoodBtn {
  12. margin-top: 20px;
  13. background-color: rgb(16, 255, 16);
  14. border-radius: 8px;
  15. color: rgb(114, 114, 114);
  16. width: 160px;
  17. }
  18. @media (min-width: 767px) {
  19. }
  20. @media (min-width: 1400px) {
  21. }