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 865da94 commit 003df98Copy full SHA for 003df98
02-css/style.css
@@ -49,6 +49,23 @@ main {
49
color: white;
50
}
51
52
+.container {
53
+ max-width: 720px;
54
+ margin: 0 auto;
55
+}
56
+
57
+.content {
58
+ padding: 24px;
59
60
61
+.content > * {
62
+ margin-bottom: 16px;
63
64
65
+.content img {
66
+ width: 100%;
67
68
69
footer {
70
background-color: #1212B2;
71
padding: 32px;
0 commit comments