aboutsummaryrefslogtreecommitdiffstats
path: root/templates/sass/_mediaqueries.sass
blob: 4e521de58a5ded09603d05ffbcc347ff8f32bba7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
@media screen and (max-width: 985px)
    footer .contacto .formulario input
        &[type="text"], &[type="email"]
            width: 44%

@media screen and (max-width: 830px)
    footer .contacto .formulario input
        &[type="text"], &[type="email"]
            width: 42%

@media screen and (max-width: 800px)
    header .menu
        text-align: center
    main .trabajos .contenedor-trabajos .trabajo
        width: 46%
    footer .contacto .formulario [type="text"], [type="email"]
        width: 100%

@media screen and (max-width: 630px)
    footer .contacto .formulario input
        &[type="text"], &[type="email"]
            width: 100%

@media screen and (max-width: 500px)
    header .contenedor-texto .texto
        .nombre
            font-size: 35px
        .profesion
            font-size: 18px
    footer .redes-sociales-libres .contenedor
        flex-wrap: wrap
        padding: 20px 0

@media screen and (max-width: 320px)
    footer .contacto .formulario input
        &[type="text"], &[type="email"]
            width: 84%
    footer
        .copyleft
            p
                font-size: 0.60rem