Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

Rev 6269 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 6269 Rev 6333
Línea 7... Línea 7...
7
    flex-direction: column;
7
    flex-direction: column;
8
    gap: .5rem;
8
    gap: .5rem;
9
    height: 100%;
9
    height: 100%;
Línea 10... Línea 10...
10
 
10
 
-
 
11
    &> {
-
 
12
        a {
-
 
13
            width: fit-content;
11
    &> {
14
 
12
        a img {
15
            img {
13
            width: 100%;
16
                width: 100%;
14
            height: auto;
17
                height: auto;
Línea 15... Línea 18...
15
        }
18
            }
16
 
19
 
17
        h2 {
20
            h2 {
-
 
21
                color: $title-color;
18
            color: $title-color;
22
                font-weight: 800;
Línea 19... Línea 23...
19
            font-weight: 800;
23
            }
20
        }
24
        }
21
 
25