From 17caa7b73862c5f38d57474df6dcd70daa7b9d9e Mon Sep 17 00:00:00 2001 From: KZacharski Date: Sun, 20 Aug 2023 01:42:24 +0200 Subject: [PATCH] fix for smaller displays and general kinda but not really fix im just lazy --- docs/docs/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/style.css b/docs/docs/style.css index 5af930f..2021cf2 100644 --- a/docs/docs/style.css +++ b/docs/docs/style.css @@ -293,7 +293,7 @@ color: white; .linkeffect:hover { opacity: 0.6; } .ghlink { - margin-left: 10px; + display: block; } .iafc { padding-bottom: 30px; } \ No newline at end of file