all repos — legit @ 4eaaf451295ce9b541769d1322543f2d982ef5b0

fork of git.icyphox.sh/legit

css: wrong name
Anirudh Oppiliappan x@icyphox.sh
Sat, 17 Dec 2022 12:47:54 +0530
commit

4eaaf451295ce9b541769d1322543f2d982ef5b0

parent

9649b3ed2b252cab6ab4076d58814790582f07f0

2 files changed, 5 insertions(+), 5 deletions(-)

jump to
M static/style.cssstatic/style.css

@@ -92,13 +92,13 @@ a:hover {

border-bottom: 1.5px solid var(--gray); } -.repo-index { +.index { display: grid; grid-template-columns: 6em 1fr 7em; grid-row-gap: 0.5em; } -.repo-index-headings { +.index-headings { display: grid; grid-template-columns: 6em 1fr 7em; padding-bottom: 1.2em;

@@ -106,7 +106,7 @@ padding-top: 1.2em;

} @media (max-width: 385px) { - .repo-index { + .index { grid-row-gap: 0.8em; } }
M templates/index.htmltemplates/index.html

@@ -8,12 +8,12 @@ <h2>{{ .meta.Description }}</h2>

</header> <body> <main> - <div class="repo-index-headings small-heading"> + <div class="index-headings small-heading"> <div>repository</div> <div>description</div> <div>idle</div> </div> - <div class="repo-index"> + <div class="index"> {{ range .info }} <div><a href="/{{ .Name }}">{{ .Name }}</a></div> <div>{{ .Desc }}</div>