-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstyle_mobile.css
83 lines (70 loc) · 1.05 KB
/
style_mobile.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
#instructions {
text-align: center;
width: 100%;
height: 100%;
font-size: 2em;
}
html, body {
margin: 0;
width: 100%;
height: 100%;
}
#game_div {
flex-direction: column;
}
#stats_box {
order: -99;
justify-content: space-evenly;
}
#image_display {
order: 0;
flex-direction: row;
flex-wrap: nowrap;
width: 100%;
padding-top: 75%;
position: relative;
}
.start_button {
width: 100%;
height: 100%;
font-size: 400% !important;
}
.start_button_container {
padding-top: 50%;
height: 50%;
}
#image_display > img {
width: 100%;
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
}
#game_div > div > button {
font-size: 220%;
margin: 0;
}
#hint_display {
order: 1;
height: 20%;
}
#hint_button {
width: 100%;
height: 100%;
}
#post_game_div {
height: 100%;
width: 100%;
padding: 0;
}
#game_div {
width:100%;
height:100%;
position:fixed;
}
#options_display {
flex-direction: column;
order: 99;
height: 100%;
}