index.css 742 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. /*
  2. To change this license header, choose License Headers in Project Properties.
  3. To change this template file, choose Tools | Templates
  4. and open the template in the editor.
  5. */
  6. /*
  7. Created on : 26/03/2020, 06:44:41 PM
  8. Author : Ale
  9. */
  10. .fac{
  11. font-family: 'indivisa-text';
  12. color: #969696;
  13. font-size: 1.25rem;
  14. }
  15. .content{
  16. height: 700px;
  17. background: url('../img/Ing4-BN.png') no-repeat;
  18. object-fit: fit;
  19. }
  20. .logSize{
  21. width: 50% !important;
  22. max-width: 600px;
  23. }
  24. .icon{
  25. font-size:2rem;
  26. color: #001D68;
  27. }
  28. @media (max-width: 768px){
  29. .content{
  30. height: 400px;
  31. }
  32. .logSize{
  33. width: 90% !important;
  34. }
  35. }
  36. @media (max-height: 768px){
  37. .content{
  38. height: 500px;
  39. }
  40. }