12345678910 |
- .fijas { width: 100%; max-width: 1140px;}
- .logo { width: 25%; min-width: 100px; }
- #tema{ color: #FFFFFF; font-size: 40px; width: 75%; cursor: default; }
- @media (max-width:768px) {
- #tema{ font-size: 35px; }
- }
- @media (max-width:480px) {
- #tema{ font-size: 20px; width: 63%; }
- }
- .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; }
|