-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcorona_sml.css
104 lines (83 loc) · 1.27 KB
/
corona_sml.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
98
99
100
101
102
103
104
@media (max-width: 480px) {
body {
background: rgb(5, 5, 5);
overflow-x: hidden;
}
#search {
height: 35px;}
.search_bar {
height: 35px;}
.date {
display: none;
}
.top-container {
height: 80px;}
#hello {
top: 230px;
width: 85vw;
height: 124vh;
font-size: 2.0vw;
margin-right: 10px;
/* display: none; */
}
.container{
height: 140vh;
}
.sign {
display: none;
}
#infomenu {
display: none;
}
.cases_box {
font-size: 3vw;
align-items: center;
text-align: center;
left: 21vw;
}
.cases_count_new {
left: 22vw;
font-size: 2.3vw;
}
.count_new{
font-size: 2.0vw;
}
.cases_count {
left: 20vw;
font-size: 2.7vw;
top: 20px;
}
.count{
font-size: 2.2vw;
}
.table {
/* overflow-x: auto; */
font-size: 2.5vw;
width: 85vw;
/* padding-right: 5px; */
position: absolute;
top: 190px;
}
th {
font-size: 2vw;
height: 35px;
}
td {
font-size: 2.0vw;
height: 25px;
}
#map {
position: relative;
bottom: 13px;
margin: 20px 20px;
height: 260px;
/* display: none; */
}
.chart {
display: none;
}
#curve_chart{
height: 500px;
width: 500px;
}
}