-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathricochet.css
85 lines (65 loc) · 970 Bytes
/
ricochet.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
* {
margin: 0;
padding: 0;
}
/* #bullet{
position:relative;
cursor: pointer;
margin-right: 228px;
} */
body {
display: grid;
place-items: center;
overflow-x: hidden;
}
h1 {
margin: 10px;
}
ul {
display: grid;
grid-template-columns: 1fr;
}
.divv {
display: flex;
}
li {
list-style: none;
display: grid;
place-items: center;
font-size: 0px;
}
.box {
margin: .5px;
width: 75px;
height: 75px;
}
#tog {
margin: 10px 0px;
}
.allimg {
width: 45px;
position: relative;
bottom: 5px;
}
.allpawn {
transform: scale(.7);
}
.authcont {
width: 100vw;
}
.author {
float: right;
margin-right: 50px;
}
@media (max-width:650px){
#tog {
margin-bottom: 70px;
}
.box {
width: 11vw;
height: 11vw;
}
.allimg {
width: 7vw;
}
}