-
Notifications
You must be signed in to change notification settings - Fork 1
/
style.css
77 lines (63 loc) · 1.18 KB
/
style.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
/*
Proxi
Copyright (C) Emux Technologies. All Rights Reserved.
https://emux.app
Licenced by the Proxi Terms of Service, which can be found at https://emux.app/terms.
*/
img.feature {
width: calc(100% + 40px);
max-height: 25vh;
margin: -20px;
margin-bottom: 20px;
object-fit: cover;
}
img.icon {
width: 80px;
}
div.title {
display: inline-block;
width: calc(100% - 100px);
margin-left: 10px;
vertical-align: top;
}
div.title h1 {
margin: 0;
}
div.title p {
margin: 0;
}
div.screenshots {
overflow: auto;
white-space: nowrap;
padding-top: 20px;
padding-bottom: 20px;
}
div.screenshots img {
width: 30vw;
margin-left: 2.5px;
margin-right: 2.5px;
border-radius: 10px;
}
div.card {
padding: 10px;
background-color: var(--light);
border-radius: 10px;
}
div.legal {
margin-top: 20px;
margin-bottom: 20px;
text-align: center;
}
div.legal img {
width: 100px;
}
main#installation .content {
overflow-x: hidden;
}
main#installation .content img {
width: 100%;
height: calc(100vh - 200px);
margin-left: auto;
margin-right: auto;
object-fit: contain;
}