Fix homepage style (#1453)
This commit is contained in:
parent
0140f82bd6
commit
89f9683fd4
@ -48,7 +48,7 @@ body > div {
|
|||||||
text-shadow: 0 0 5px #fff;
|
text-shadow: 0 0 5px #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
body > a {
|
body > a:nth-child(n+5) {
|
||||||
align-items: center;
|
align-items: center;
|
||||||
display: flex;
|
display: flex;
|
||||||
font-size: calc(var(--size) / 9);
|
font-size: calc(var(--size) / 9);
|
||||||
|
@ -1,22 +1,24 @@
|
|||||||
<!doctype html>
|
<!doctype html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset=utf-8>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name=viewport content='width=device-width,initial-scale=1'>
|
||||||
<title>Just: A Command Runner</title>
|
<title>Just: A Command Runner</title>
|
||||||
<link href="index.css" rel="stylesheet" type="text/css">
|
<link href=index.css rel=stylesheet type=text/css>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<a href="https://github.com/casey/just"><div id="j"></div></a>
|
<a href=https://github.com/casey/just><div id=j></div></a>
|
||||||
<a href="/man/en/"><div id="u"></div></a>
|
<a href=man/en/><div id=u></div></a>
|
||||||
<a href="https://discord.gg/ezYScXR"><div id="s"></div></a>
|
<a href=https://discord.gg/ezYScXR><div id=s></div></a>
|
||||||
<a href="https://crates.io/crates/just"><div id="t"></div></a>
|
<a href=https://crates.io/crates/just><div id=t></div></a>
|
||||||
<a href="https://github.com/casey/just">github</a>
|
|
||||||
<a href="/man/en/">manual</a>
|
<a href=https://github.com/casey/just>github</a>
|
||||||
<a href="https://discord.gg/ezYScXR">discord</a>
|
<a href=man/en/>manual</a>
|
||||||
<a href="https://crates.io/crates/just">crates.io</a>
|
<a href=https://discord.gg/ezYScXR>discord</a>
|
||||||
|
<a href=https://crates.io/crates/just>crates.io</a>
|
||||||
|
|
||||||
<div></div>
|
<div></div>
|
||||||
<a href="man/zh/">用户指南</a>
|
<a href=man/zh/>用户指南</a>
|
||||||
<div></div>
|
<div></div>
|
||||||
<div></div>
|
<div></div>
|
||||||
</body>
|
</body>
|
||||||
|
Loading…
Reference in New Issue
Block a user