We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent daaf905 commit a4a8e07Copy full SHA for a4a8e07
assets/css/style-jailed.css
@@ -0,0 +1,45 @@
1
+html {
2
+ -webkit-text-size-adjust: 100%;
3
+ box-sizing: border-box;
4
+ -moz-tab-size: 4;
5
+ tab-size: 4;
6
+ word-break: normal;
7
+ background-color: var(--background);
8
+ font-family: Roboto, sans-serif;
9
+}
10
+
11
+*,
12
+:after,
13
+:before {
14
+ background-repeat: no-repeat;
15
+ box-sizing: inherit
16
17
18
19
20
+ text-decoration: inherit;
21
+ vertical-align: inherit
22
23
24
+* {
25
+ margin: 0;
26
+ padding: 0
27
28
29
+body {
30
+ display: flex;
31
+ flex-direction: column;
32
+ gap: 4rem;
33
+ justify-content: center;
34
+ align-items: center;
35
+ margin: 2rem 0;
36
37
38
+header > img {
39
+ width: 256px;
40
+ max-width: 70vw;
41
42
43
+main {
44
+ max-width: min(50rem, 90vw);
45
assets/images/jailed.svg
0 commit comments