-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdevices.css
97 lines (71 loc) · 1.2 KB
/
devices.css
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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
/*
##Device = Desktops
##Screen = 1281px to higher resolution desktops
*/
@media (min-width: 840px) {
body, footer {
max-width: 1500px;
margin: 0 auto;
}
#topics ul{
column-count: 2;
}
#submissions div{
column-count: 2;
}
#facts {
position: absolute;
top: -200Px;
right: 5%;
}
#welcome p {
max-width: 60%;
}
#ticket_button{
max-width: 60%
}
}
@media (min-width: 650px) {
#topics ul{
column-count: 2;
}
#submissions section{
column-count: 2;
}
#news section{
column-count: 2;
}
#news div{
min-height: 803px;
}
}
@media (max-width: 839px) {
body, footer {
max-width: 960px;
margin: 0 auto;
}
}
@media (min-width: 722px){
#program #sec_topic{
column-count: 3;
min-height: 570px;
}
#program .topic{
min-height: 272px;
}
#program section{
column-count: 3;
background-image: url(./images/gradient_01.png);
background-repeat: no-repeat;
background-size: 100% 100%;
}
#program .day{
background: 0;
min-height: 770px;
}
}
@media(min-width: 500px) and (max-width: 721px){
#program #sec_topic{
column-count: 2;
}
}