generated from pythonpizza/template-website-v1
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathindex.css
More file actions
executable file
·53 lines (41 loc) · 739 Bytes
/
index.css
File metadata and controls
executable file
·53 lines (41 loc) · 739 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
51
52
53
.sponsors-showcase {
margin: 5rem 0;
img {
width: 14rem;
height: auto;
}
a {
margin: 1.5rem 0;
&#notabug img {
width: 12rem;
}
&#psf img {
width: 16rem;
}
@media (--tablet) {
margin: 0;
}
}
&--row {
display: grid;
align-items: center;
grid-template-columns: repeat(1, 1fr);
align-items: center;
justify-items: center;
margin: 2rem 0;
}
@media (--tablet) {
&--row {
grid-template-columns: repeat(4, 1fr);
&:first-child {
grid-template-columns: repeat(4, 1fr);
}
&:last-child {
grid-template-columns: repeat(4, 1fr);
}
#bit4id {
grid-column-start: 4;
}
}
}
}