123456789101112131415161718192021222324 |
- /*
- To change this license header, choose License Headers in Project Properties.
- To change this template file, choose Tools | Templates
- and open the template in the editor.
- */
- /*
- Created on : 15/02/2021, 07:03:46 PM
- Author : LCI
- */
- /********** FINALISTAS **********/
- .finalistas{ background: url(../../img/fondo.webp); border-top: 1.5rem solid #001D68; width: 100%; font-size: 16px; }
- .finalistas img{ width: 60%; }
- .finalistas .colA{ width: 100px; min-width: 100px; height: 40px; text-align: center; }
- .fondoAnuncio .ing-usuario{ color:#29508D; opacity: 0.3; font-size: 100px; }
- @media (max-width:992px) {
- .fondoAnuncio .ing-usuario{ font-size: 70px; }
- }
- @media (max-width:768px) {
- .fondoAnuncio .ing-usuario{ font-size: 50px; }
- }
- @media (max-width:600px) {
- .fondoAnuncio .ing-usuario{ font-size: 40px; }
- }
|