Fix homepage style (#1453)

This commit is contained in:
Casey Rodarmor 2022-12-15 13:35:18 -08:00 committed by GitHub
parent 0140f82bd6
commit 89f9683fd4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 15 additions and 13 deletions

View File

@ -48,7 +48,7 @@ body > div {
text-shadow: 0 0 5px #fff;
}
body > a {
body > a:nth-child(n+5) {
align-items: center;
display: flex;
font-size: calc(var(--size) / 9);

View File

@ -1,22 +1,24 @@
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset=utf-8>
<meta name=viewport content='width=device-width,initial-scale=1'>
<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>
<body>
<a href="https://github.com/casey/just"><div id="j"></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://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://discord.gg/ezYScXR">discord</a>
<a href="https://crates.io/crates/just">crates.io</a>
<a href=https://github.com/casey/just><div id=j></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://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://discord.gg/ezYScXR>discord</a>
<a href=https://crates.io/crates/just>crates.io</a>
<div></div>
<a href="man/zh/">用户指南</a>
<a href=man/zh/>用户指南</a>
<div></div>
<div></div>
</body>