diff options
author | Anirudh Oppiliappan <x@icyphox.sh> | 2022-12-17 12:47:54 +0530 |
---|---|---|
committer | Anirudh Oppiliappan <x@icyphox.sh> | 2022-12-17 12:47:54 +0530 |
commit | 4eaaf451295ce9b541769d1322543f2d982ef5b0 (patch) | |
tree | b0f459119dab0d9caef40e4892b86114ed976343 /static/style.css | |
parent | 9649b3ed2b252cab6ab4076d58814790582f07f0 (diff) | |
download | legit-4eaaf451295ce9b541769d1322543f2d982ef5b0.tar.gz legit-4eaaf451295ce9b541769d1322543f2d982ef5b0.tar.bz2 legit-4eaaf451295ce9b541769d1322543f2d982ef5b0.zip |
css: wrong name
Diffstat (limited to '')
-rw-r--r-- | static/style.css | 6 |
1 files changed, 3 insertions, 3 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; } } |