diff options
author | 2024-03-22 16:22:14 +0800 | |
---|---|---|
committer | 2024-03-22 16:22:14 +0800 | |
commit | 89b5901f46d3306549198d503268bc612539fbbe (patch) | |
tree | 0c6597ed5f6466fa7eb11f6cd0968736e4aae66a /pydis_site/static | |
parent | Merge branch 'main' into feat/timeline-css-rewrite (diff) |
Fix typo in timeline.css comment
Diffstat (limited to 'pydis_site/static')
-rw-r--r-- | pydis_site/static/css/home/timeline.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pydis_site/static/css/home/timeline.css b/pydis_site/static/css/home/timeline.css index 90ca118e..7f6c4160 100644 --- a/pydis_site/static/css/home/timeline.css +++ b/pydis_site/static/css/home/timeline.css @@ -245,7 +245,7 @@ * due to the right and bottom box shadow on the logo which is not very * visible on the page. * - * HACK: Harcoded; Unresponsive to actual image dimensions. + * XXX: Hardcoded; Unresponsive to actual image dimensions. * */ margin-top: 1px; margin-left: 1px; |