_resume-item.scss 502 B

12345678910111213141516171819202122232425262728
  1. section.resume-section {
  2. padding-top: 5rem !important;
  3. padding-bottom: 5rem !important;
  4. max-width: 75rem;
  5. .resume-item {
  6. .resume-content {}
  7. .resume-date {
  8. min-width: none;
  9. }
  10. }
  11. }
  12. @media (min-width: 768px) {
  13. section.resume-section {
  14. min-height: 100vh;
  15. .resume-item {
  16. .resume-date {
  17. min-width: 18rem;
  18. }
  19. }
  20. }
  21. }
  22. @media (min-width: 992px) {
  23. section.resume-section {
  24. padding-top: 3rem !important;
  25. padding-bottom: 3rem !important;
  26. }
  27. }