-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathTracker.css
More file actions
50 lines (42 loc) · 809 Bytes
/
Tracker.css
File metadata and controls
50 lines (42 loc) · 809 Bytes
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
html {
margin: 0 !important;
padding: 0 !important;
box-sizing: border-box;
max-width: 100vw !important;
text-align: justify;
scroll-behavior: smooth;
overflow-x: hidden;
}
body, .site {
margin: 0 !important;
padding: 0 !important;
box-sizing: border-box;
max-width: 100vw !important;
text-align: justify;
background-color: #ffffff;
}
/*Scrollbar Handle */
::-webkit-scrollbar {
width: 5px;
}
::-webkit-scrollbar-track-piece {
background-color: rgb(199, 207, 253);
}
::-webkit-scrollbar-thumb {
background: #007bff;
border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
background: rgb(2, 43, 87);
}
#map{
height: 600px;
width: 100%;
}
h1{
font-weight: 500;
text-align: center;
}
p{
text-align: center;
}