From 4eaaf451295ce9b541769d1322543f2d982ef5b0 Mon Sep 17 00:00:00 2001 From: Anirudh Oppiliappan Date: Sat, 17 Dec 2022 12:47:54 +0530 Subject: [PATCH] css: wrong name --- static/style.css | 6 +++--- templates/index.html | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/static/style.css b/static/style.css index b3bf406..5581e3a 100644 --- a/static/style.css +++ b/static/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 @@ a:hover { } @media (max-width: 385px) { - .repo-index { + .index { grid-row-gap: 0.8em; } } diff --git a/templates/index.html b/templates/index.html index 690e2e1..02c62ef 100644 --- a/templates/index.html +++ b/templates/index.html @@ -8,12 +8,12 @@
-
+
repository
description
idle
-
+
{{ range .info }}
{{ .Desc }}