You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

37 lines
643 B

4 years ago
  1. // Small devices (landscape phones, less than 768px)
  2. @media (max-width: 767.98px) {
  3. .header {
  4. text-align: center;
  5. }
  6. .header .profile-image {
  7. float: none !important;
  8. margin: 0 auto;
  9. }
  10. .header .profile-content {
  11. float: none !important;
  12. text-align: center;
  13. }
  14. .header .btn {
  15. margin-top: 30px;
  16. float: none !important;
  17. }
  18. .project-image {
  19. margin-bottom: 15px;
  20. }
  21. }
  22. // Super large devices (large desktops, 1400px and up)
  23. @media (min-width: 1400px) {
  24. .container {
  25. width: 1360px;
  26. max-width: inherit;
  27. }
  28. }