cartel.css 454 B

12345678910
  1. .fijas { width: 100%; max-width: 1140px;}
  2. .logo { width: 25%; min-width: 100px; }
  3. #tema{ color: #FFFFFF; font-size: 40px; width: 75%; cursor: default; }
  4. @media (max-width:768px) {
  5. #tema{ font-size: 35px; }
  6. }
  7. @media (max-width:480px) {
  8. #tema{ font-size: 20px; width: 63%; }
  9. }
  10. .integrantes{ font-weight: bold; text-align: center; width: 100%; background: rgba(98, 228, 249, 0.2); padding: 10px; font-size: 16px; min-height: 70px; cursor: default; }