Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 2287 Rev 2288
Línea 21... Línea 21...
21
    ul {
21
    ul {
22
        display: flex;
22
        display: flex;
23
        gap: 5px;
23
        gap: 5px;
24
        justify-content: center;
24
        justify-content: center;
25
    }
25
    }
26
    img {
26
    &_header {
27
        min-height: 180px;
27
        display: flex;
-
 
28
        flex-direction: column;
-
 
29
        &_imgContainer {
-
 
30
            overflow: hidden;
-
 
31
            border-radius: 100px;
-
 
32
            margin: 0 auto;
-
 
33
        }
28
    }
34
    }
29
}
35
}
Línea 30... Línea 36...
30
 
36
 
31
@include breakpoints.maxwidth("medium") {
37
@include breakpoints.maxwidth("medium") {
Línea 41... Línea 47...
41
            justify-content: flex-start;
47
            justify-content: flex-start;
42
            font-weight: 700;
48
            font-weight: 700;
43
            font-size: 1.3rem;
49
            font-size: 1.3rem;
44
        }
50
        }
45
        h4 {
51
        h4 {
46
            position: absolute;
52
            position: relative;
47
            bottom: 5px;
-
 
48
        }
53
        }
49
        ul {
54
        ul {
50
            display: flex;
55
            display: flex;
51
            gap: 5px;
56
            gap: 5px;
52
            justify-content: center;
57
            justify-content: center;