forked from sergixnet/puls3-1
-
Notifications
You must be signed in to change notification settings - Fork 0
/
responsive.styl
59 lines (46 loc) · 853 Bytes
/
responsive.styl
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
@media screen and (min-width:768px)
header
h1
font-size 2em
margin 0.64em 0.9em
#fondo_titulo
width 31%
nav
display inline-block
vertical-align top
font-size 1.1em
margin-top 1.7em
width 9.5em
figure
right 1.35em
#content
column-count 2
column-gap 0.6em
-moz-column-count 2
-moz-column-gap 0.6em
-webkit-column-count 2
-webkit-column-gap 0.6em
@media screen and (min-width:1280px)
header
#fondo_titulo
width 19%
#content
column-count 3
-moz-column-count 3
-webkit-column-count 3
@media screen and (min-width:1580px)
header
h1
font-size 2.2em
margin 0.48em 0.94em
#fondo_titulo
width 17%
figure
right 1.9em
#content
column-count 4
-moz-column-count 4
-webkit-column-count 4
.item .titulo h3
margin 0 auto
width 88%