Skip to content

Commit 8e6bc69

Browse files
committed
[Docs] Index
1 parent 649dd65 commit 8e6bc69

File tree

1 file changed

+14
-8
lines changed

1 file changed

+14
-8
lines changed

docs/index.html

+14-8
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@
1717
line-height: 1.6;
1818
background-color: #ffffff;
1919
color: #333;
20-
max-width: 1000px;
21-
margin: 0 auto;
2220
}
2321

2422
a {
@@ -32,12 +30,24 @@
3230

3331
img {
3432
width: 100%;
35-
heigth: auto;
33+
height: auto;
34+
}
35+
36+
header {
37+
background: #FF4A00;
38+
}
39+
40+
header img {
41+
max-width: 1000px;
42+
margin: 0 auto;
43+
display: block;
3644
}
3745

3846
main {
3947
width: 100%;
40-
padding: 10px 20px;
48+
padding: 20px;
49+
max-width: 1000px;
50+
margin: 0 auto;
4151
}
4252

4353
main h1,
@@ -394,9 +404,5 @@ <h3 id="4-0-0">4.0.0</h3>
394404
<li>Some fixes (including translations).</li>
395405
</ul>
396406
</main>
397-
<footer>
398-
<p>Generated with ❤️ by <a href="https://github.com">GitHub</a>
399-
</p>
400-
</footer>
401407
</body>
402408
</html>

0 commit comments

Comments
 (0)