Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 2294 Rev 2297
Línea 14... Línea 14...
14
        font-weight: 700;
14
        font-weight: 700;
15
        font-size: 1.3rem;
15
        font-size: 1.3rem;
16
    }
16
    }
17
    h4 {
17
    h4 {
18
        position: absolute;
18
        position: absolute;
19
        bottom: 5px;
19
        bottom: 0;
20
    }
20
    }
21
    ul {
21
    ul {
22
        display: flex;
22
        display: flex;
23
        gap: 5px;
23
        gap: 5px;
24
        justify-content: center;
24
        justify-content: center;
Línea 34... Línea 34...
34
        width: 80%;
34
        width: 80%;
35
        margin: 1rem auto;
35
        margin: 1rem auto;
36
    }
36
    }
37
    &_header {
37
    &_header {
38
        display: flex;
38
        display: flex;
-
 
39
        position: relative;
39
        &_imgContainer {
40
        &_imgContainer {
40
            overflow: hidden;
41
            overflow: hidden;
41
            border-radius: 100px;
42
            border-radius: 100px;
42
            margin: 0 auto;
43
            margin: 0 auto;
43
        }
44
        }