-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
44 lines (36 loc) · 859 Bytes
/
Copy pathstyle.css
File metadata and controls
44 lines (36 loc) · 859 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
img {
object-fit: contain; }
.title {
display: block;
text-align: center;
font-weight: bold; }
.container a {
color: #1d1e1f; }
.container a :hover {
background-color: #5340E8; }
.center-container {
display: flex;
flex-direction: column;
justify-content: center; }
main {
display: flex;
flex-direction: column;
justify-content: center; }
.space {
height: 200px; }
@media screen and (max-width: 600px) {
.platform img {
object-fit: contain;
height: 150px; } }
@media screen and (max-width: 400px) {
.platform img {
object-fit: contain;
height: 100px; } }
.platform img {
object-fit: contain; }
.text-box .section {
padding-bottom: 2em; }
.text-box .section span::after {
content: "\A";
white-space: pre; }
/*# sourceMappingURL=style.css.map */