-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmedia.css
More file actions
62 lines (47 loc) · 1.13 KB
/
Copy pathmedia.css
File metadata and controls
62 lines (47 loc) · 1.13 KB
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
/* Small Devices, Tablets */
@media (min-width : 768px) {
}
/* Medium Devices, Desktops */
@media (max-width : 992px) {
}
/* Large Devices, Wide Screens */
@media (max-width : 1200px) {
.avatar {
height: 40px;
width: 40px;
margin: 5px;
}
.player {
font-size: 1.2rem;
}
#wheel {
width: 250px;
}
button {
padding: 7px;
font-weight: 600;
letter-spacing: 0.15em;
cursor: pointer;
margin-left: 5px;
margin-right: 5px;
font-size: 0.8em;
}
.btns {
bottom:5%;
}
.guessing {
bottom: 5%;
padding: 8px;
width: 20%;
}
}
@media (min-width : 1300px) {
.speech-bubble {
width: 400px;
left: 11%;
}
#commentary > div {
width: 320px;
left: 16%;
}
}